More makefile tweaks, to help fix build
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
5d40a9dbf8
commit
6171cca627
4 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue