Skip to content

Commit 8a6544e

Browse files
JoppeJoppe
authored andcommitted
[sh] WIP: Include dependencies
* Include local --dep files but not subprojects yet.
1 parent c54f9a3 commit 8a6544e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

make.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ Miniconda3-latest-%:
335335
curl -sL "https://repo.anaconda.com/miniconda/$@" -O
336336
PYTHON ?= python3
337337
VENV_PYTHON ?= bin/python3
338-
VENV_PIPS ?=
338+
VENV_PIPS ?= lib/site-packages/
339339

340340
# Default to an installable Clang ASM/C/C++ compiler
341341
CXX := $?/clang++
@@ -809,8 +809,8 @@ ifeq (old,$(findstring old,$(MAKECMDGOALS)))
809809
$/_SUBPROJECTS += $($/_BASELINE_DIR)
810810
endif
811811
endif
812-
$/_DEPS += $($/_SUBPROJECTS:%=%Makefile)
812+
#$/_DEPS += $($/_SUBPROJECTS:%=%Makefile)
813813
$/_DEPS := $(filter-out $($/_NON-DEPS),$($/_DEPS))
814-
#-include $($/_DEPS)
814+
-include $($/_DEPS)
815815

816816
endif # first time

0 commit comments

Comments
 (0)