mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs.mk: Add support for PROJECTS_PY_OPTS
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
bd808d4d40
commit
dcdf0c9e84
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ ifndef YTOOLS_DEF_MK_INCLUDED
|
|||
YTOOLS_DEF_MK_INCLUDED = true
|
||||
include $(MODDIR)/make/platform.mk
|
||||
|
||||
proj_query = $(shell python $(MOD_SCRIPT_DIR)/projects.py -p $(PROJECTS_DIR) -t $(TOPDIR) $(1))
|
||||
proj_query = $(shell python $(MOD_SCRIPT_DIR)/projects.py $(PROJECTS_PY_OPTS) -p $(PROJECTS_DIR) -t $(TOPDIR) $(1))
|
||||
proj_dir = $(call proj_query,proj-dir $(1))
|
||||
htdocs_dir = $(call proj_query,htdocs-dir $(1))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue