Always build quickjs, force CC and CXX on custom make deps

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-12-03 22:51:12 +00:00
parent f952e8de13
commit 039a63c384
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 8 additions and 2 deletions

View file

@ -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