Преглед изворни кода

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;