1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-04 02:33:14 +01:00

Fix dist build on OSX

(Thanks Gale...hope it works now.)
This commit is contained in:
Leland Lucius
2015-09-09 01:12:29 -05:00
parent d1fdf05b49
commit 1e1ae1f88c
2 changed files with 3 additions and 3 deletions

View File

@@ -6758,7 +6758,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "[ \"${CONFIGURATION}\" = \"Release\" ] && \"${PROJECT_DIR}/scripts/install_wxlibs.sh\" || exit 0";
shellScript = "\"${PROJECT_DIR}/scripts/install_wxlibs.sh\"";
showEnvVarsInLog = 0;
};
288F0980131A400F0008E860 /* Install manual */ = {