Skip to content

Commit 54a5018

Browse files
author
gabriel pettier
committed
Makefile fix kivy path in pip usage
1 parent bebd5a6 commit 54a5018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ else
2727
python=/usr/local/bin/kivy
2828
condiment=/usr/local/bin/condiment
2929
requirements=requirements_osx.txt
30-
pip=kivy -m pip install -r
30+
pip=$(python) -m pip install -r
3131
endif
3232
endif
3333

0 commit comments

Comments
 (0)