Skip to content

Commit

Permalink
Fix build with EXTERNAL_PLUGINS=false
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Jun 10, 2020
1 parent ddec0d7 commit 025c8be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -623,10 +623,12 @@ ifneq ($(DEBUG),true)
ifneq ($(TESTBUILD),true)
ifneq (,$(wildcard $(CWD)/native-plugins/external/Makefile.mk))
EXTERNAL_PLUGINS = true
ifeq ($(EXTERNAL_PLUGINS),true)
BASE_FLAGS += -DHAVE_EXTERNAL_PLUGINS
include $(CWD)/native-plugins/external/Makefile.mk
endif
endif
endif
endif

# ---------------------------------------------------------------------------------------------------------------------

0 comments on commit 025c8be

Please sign in to comment.