1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-08 09:36:24 +01:00

Add wx lib copy to "shared" configurations in Xcode 5.x+ project

This commit is contained in:
Leland Lucius
2015-05-28 20:43:27 -05:00
parent b40e750711
commit a807f93ba4
2 changed files with 34 additions and 34 deletions

View File

@@ -83,23 +83,8 @@ function buildAction
# Get to where we need to be
cd "${swhpath}"
# We won't be using fftw, but configure won't complete without it, so just
# create a dummy pkg-config file.
export PKG_CONFIG_PATH="."
cat <<EOF >fftw3f.pc
Name: FFTW
Description: dummy for pkg-config
Version: 3.0.0
Libs:
Cflags:
EOF
# Run configure
if [ ! -e "config.status" ]
then
echo "Configuring plugins"
./configure --disable-dependency-tracking --enable-shared --disable-static >/dev/null 2>&1
fi
# Get rid of the existing config.h options
echo >config.h
# Build the 2 standard plugins
build hard_limiter_1413 hard_limiter_1413.c