Always build quickjs, force CC and CXX on custom make deps
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
f952e8de13
commit
039a63c384
3 changed files with 8 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -91,7 +91,9 @@ carla:
|
|||
STATIC_PLUGIN_TARGET=true
|
||||
|
||||
deps:
|
||||
ifneq ($(SYSDEPS),true)
|
||||
ifeq ($(SYSDEPS),true)
|
||||
$(MAKE) quickjs -C deps
|
||||
else
|
||||
$(MAKE) all -C deps
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue