Skip to content

Commit

Permalink
Makefile: build and vendor vdf library
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Nov 29, 2024
1 parent 5259172 commit f428b01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ umu-launcher-install: umu-launcher-dist-install umu-launcher-bin-install
$(OBJDIR)/.build-umu-vendored: | $(OBJDIR)
$(info :: Building vendored dependencies )
python3 -m pip install urllib3 -t $(OBJDIR)
python3 -m pip install vdf -t $(OBJDIR)

.PHONY: umu-vendored
umu-vendored: $(OBJDIR)/.build-umu-vendored
Expand All @@ -110,6 +111,7 @@ umu-vendored-install: umu-vendored
$(info :: Installing subprojects )
install -d $(DESTDIR)$(PYTHONDIR)/umu/_vendor
cp -r $(OBJDIR)/urllib3 $(DESTDIR)$(PYTHONDIR)/umu/_vendor
cp -r $(OBJDIR)/vdf $(DESTDIR)$(PYTHONDIR)/umu/_vendor

$(OBJDIR):
@mkdir -p $(@)
Expand Down

0 comments on commit f428b01

Please sign in to comment.