1
0
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:
Darrell Walisser 2017-02-24 22:54:57 +00:00 committed by James Crook
parent ad24fee7dd
commit 0a0a9f615c

View File

@ -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=- }