[Freeswitch-svn] [commit] r2135 - freeswitch/trunk/mac/xcode/FreeSWITCH.xcodeproj
Freeswitch SVN
brian at freeswitch.org
Tue Jul 25 18:02:57 EDT 2006
Author: brian
Date: Tue Jul 25 18:02:56 2006
New Revision: 2135
Modified:
freeswitch/trunk/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj
Log:
one more small tweak
Modified: freeswitch/trunk/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj
==============================================================================
--- freeswitch/trunk/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj (original)
+++ freeswitch/trunk/mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj Tue Jul 25 18:02:56 2006
@@ -4504,7 +4504,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/bash;
- shellScript = "cd ../../libs/srtp\n./configure";
+ shellScript = "if [ -e ../../libs/srtp/.complete ]; then\n\texit 0\nfi\ncd ../../libs/srtp\n./configure\ntouch .complete";
};
D37670CA0A75ECF300ACC1FB /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
More information about the Freeswitch-svn
mailing list