Browse Source

Tweak build flags for new juce

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX 5 years ago
parent
commit
76ccefd0c8
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      source/modules/Makefile.mk

+ 4
- 0
source/modules/Makefile.mk View File

@@ -13,6 +13,10 @@ endif

include $(CWD)/Makefile.mk

ifeq ($(USING_JUCE),true)
BUILD_CXX_FLAGS += -DJUCE_APP_CONFIG_HEADER='<AppConfig.h>'
endif

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

BINDIR := $(CWD)/../bin


Loading…
Cancel
Save