提交 d242d794 authored 作者: Brian West's avatar Brian West

Bloody thing :P


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2129 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 edf1a3bb
...@@ -3612,7 +3612,7 @@ ...@@ -3612,7 +3612,7 @@
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/bash; shellPath = /bin/bash;
shellScript = "if [ -e ../../.complete ]; then\n\texit 0\nfi\ncd ../..\n./configure\ntouch .complete\n"; shellScript = "cd ../..\n./build/checkversion.sh force\nif [ -e .complete ]; then\n\texit 0\nfi\n./configure\ntouch .complete\n";
}; };
D3DEC2260A75CB62002001CF /* ShellScript */ = { D3DEC2260A75CB62002001CF /* ShellScript */ = {
isa = PBXShellScriptBuildPhase; isa = PBXShellScriptBuildPhase;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论