We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d81fab commit 87a59aaCopy full SHA for 87a59aa
Makefile.in
@@ -101,7 +101,7 @@ umu-launcher-install: umu-launcher-dist-install umu-launcher-bin-install
101
102
$(OBJDIR)/.build-umu-vendored: | $(OBJDIR)
103
$(info :: Building vendored dependencies )
104
- pip3 install urllib3 -t $(OBJDIR)
+ python3 -m pip install urllib3 -t $(OBJDIR)
105
106
.PHONY: umu-vendored
107
umu-vendored: $(OBJDIR)/.build-umu-vendored
0 commit comments