fix mac build compiling

This commit is contained in:
Mitchell Livingston 2008-02-25 22:28:58 +00:00
parent 2369afa14c
commit b6856a9f5b
1 changed files with 1 additions and 1 deletions

View File

@ -1701,7 +1701,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/bash;
shellScript = "";
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\n\nif [ ! -e ./third-party/libevent/event-config.h -a ! ./third-party/macosx-libevent-event-config.h -ef ./third-party/libevent/event-config.h ]; then ln -s ../macosx-libevent-event-config.h ./third-party/libevent/event-config.h; fi";
};
/* End PBXShellScriptBuildPhase section */