mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
py-defs.mk: Default PY_UPDATE_INIT_PY ?= true
Set PY_UPDATE_INIT_PY to true to match jw-build's default behaviour before the variable was introduced. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e6757727fa
commit
b7d88a6e22
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ else
|
||||||
PY_INSTALL_DIR_PYC ?= $(PY_INSTALL_DIR_PY)
|
PY_INSTALL_DIR_PYC ?= $(PY_INSTALL_DIR_PY)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PY_UPDATE_INIT_PY ?= false
|
PY_UPDATE_INIT_PY ?= true
|
||||||
PY_INSTALL ?= true
|
PY_INSTALL ?= true
|
||||||
PY_INSTALL_REG ?= true
|
PY_INSTALL_REG ?= true
|
||||||
ifneq ($(PY_INSTALL),true)
|
ifneq ($(PY_INSTALL),true)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue