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:
@@ -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 */ = {
|
||||
|
||||
Reference in New Issue
Block a user