More makefile tweaks, to help fix build

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-06-02 12:59:42 +01:00
parent 5d40a9dbf8
commit 6171cca627
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
4 changed files with 7 additions and 6 deletions

View file

@ -19,11 +19,8 @@ endif
ifneq ($(STATIC_BUILD),true)
ifneq ($(DEBUG),true)
EXTERNAL_PLUGINS = true
endif
CWD = ../../carla/source
STATIC_PLUGIN_TARGET = true
include $(CWD)/Makefile.deps.mk
CARLA_BUILD_DIR = ../../carla/build