Skip to content

Commit 87a59aa

Browse files
committed
Makefile: fix deb build
1 parent 5d81fab commit 87a59aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ umu-launcher-install: umu-launcher-dist-install umu-launcher-bin-install
101101

102102
$(OBJDIR)/.build-umu-vendored: | $(OBJDIR)
103103
$(info :: Building vendored dependencies )
104-
pip3 install urllib3 -t $(OBJDIR)
104+
python3 -m pip install urllib3 -t $(OBJDIR)
105105

106106
.PHONY: umu-vendored
107107
umu-vendored: $(OBJDIR)/.build-umu-vendored

0 commit comments

Comments
 (0)