소스 검색

MacOSX/Framework/VLC.xcodeproj: Remove debug print of the variables when launching our scripts.

Pierre d'Herbemont 17 년 전
부모
커밋
0691e6e7c9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      VLC.xcodeproj/project.pbxproj

+ 1 - 0
VLC.xcodeproj/project.pbxproj

@@ -411,6 +411,7 @@
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
 			shellScript = "if test $ACTION = \"clean\"\nthen\n    exit 0\nfi\ncd ../../.. && ./bootstrap && ./configure --enable-debug --disable-nls\n";
+			showEnvVarsInLog = 0;
 		};
 		EF78BD2E0CAEEF9500354E6E /* ShellScript */ = {
 			isa = PBXShellScriptBuildPhase;