mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 07:40:23 +02:00
Bug 1528 - Linux: Mod-script-pipe can't be built
This commit is contained in:
parent
ad24fee7dd
commit
0a0a9f615c
@ -20,7 +20,7 @@ MOD = mod-script-pipe.so
|
||||
# -----------------------------------------------------------------------------
|
||||
# NOTE: Set any custom flags you may need
|
||||
#
|
||||
CXXFLAGS += -Wall -O9
|
||||
CXXFLAGS += -Wall -std=gnu++11
|
||||
CXXFLAGS += -DCC_HASVISIBILITY # Normally provided by configure
|
||||
CXXFLAGS += -DBUILDING_SCRIPT_PIPE
|
||||
CXXFLAGS += ${shell echo @WX_CXXFLAGS@ | ../../config.status --file=- }
|
||||
|
Loading…
x
Reference in New Issue
Block a user