Part of separating python prefix from prefix.
This commit is contained in:
parent
3799297039
commit
8ccca402b1
1 changed files with 2 additions and 2 deletions
|
|
@ -48,8 +48,8 @@ _winbuild: $(SRCS) $(WIN_LIB_DEPS)
|
|||
echo 'ok' > _winbuild
|
||||
|
||||
install:
|
||||
ifeq (@local_inst@,1)
|
||||
(@PYTHON_CMD@ setup.py install --prefix=@prefix@)
|
||||
ifeq (@local_python_inst@,1)
|
||||
(@PYTHON_CMD@ setup.py install --prefix=@python_prefix@)
|
||||
else
|
||||
(@PYTHON_CMD@ setup.py install)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue