This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
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
0b156da722
commit
76ccefd0c8
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save