Skip to content

Commit

Permalink
Makefile: add pyzstd as vendored dep
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Dec 28, 2024
1 parent ecef3bc commit db0ab91
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
@@ -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 pyzstd --config-settings="--build-option=--dynamic-link-zstd" -t $(OBJDIR)

.PHONY: umu-vendored
umu-vendored: $(OBJDIR)/.build-umu-vendored
@@ -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)/urllib3 $(DESTDIR)$(PYTHONDIR)/umu/_vendor

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

0 comments on commit db0ab91

Please sign in to comment.