1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-06 03:28:33 +00:00

Fix osx build.

This commit is contained in:
Josh Elsasser 2007-08-16 21:28:27 +00:00
parent 571e53b7ca
commit d31b01fd85

View file

@ -1347,7 +1347,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/bash;
shellScript = "if [ ! ./third-party/macosx-libevent-config.h -ef ./third-party/libevent/config.h ]; then\nln -s ../macosx-libevent-config.h ./third-party/libevent/config.h\nfi";
shellScript = "if [ ! -e ./third-party/libevent/config.h -a ! ./third-party/macosx-libevent-config.h -ef ./third-party/libevent/config.h ]; then ln -s ../macosx-libevent-config.h ./third-party/libevent/config.h; fi";
};
/* End PBXShellScriptBuildPhase section */