]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
one more small tweak
authorBrian West <brian@freeswitch.org>
Tue, 25 Jul 2006 22:02:56 +0000 (22:02 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 25 Jul 2006 22:02:56 +0000 (22:02 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2135 d0543943-73ff-0310-b7d9-9358b9ac24b2

mac/xcode/FreeSWITCH.xcodeproj/project.pbxproj

index d4c2047688a26a00cf118109e99211c182cdad4e..41e6850dfb759dd2a88e82465f41510a70e77649 100644 (file)
                        );
                        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;