[vlc-devel] commit: vlckit: Fix compilation. (Pierre d'Herbemont )

git version control git at videolan.org
Sat Aug 16 20:43:22 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat Aug 16 19:26:18 2008 +0200| [0ff1041a7308ee0b1d5dcb4fc5af9ebe1a059fbd] | committer: Pierre d'Herbemont 

vlckit: Fix compilation.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0ff1041a7308ee0b1d5dcb4fc5af9ebe1a059fbd
---

 .../framework/VLCKit.xcodeproj/project.pbxproj     |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
index 31361cb..b380354 100644
--- a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
+++ b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
@@ -356,7 +356,7 @@
 /* Begin PBXLegacyTarget section */
 		633BD6DB0D2ADE4E0012A314 /* vlc-core */ = {
 			isa = PBXLegacyTarget;
-			buildArgumentsString = $ACTION;
+			buildArgumentsString = vlc;
 			buildConfigurationList = 633BD6DF0D2ADE6D0012A314 /* Build configuration list for PBXLegacyTarget "vlc-core" */;
 			buildPhases = (
 			);
@@ -365,7 +365,7 @@
 			dependencies = (
 			);
 			name = "vlc-core";
-			passBuildSettingsInEnvironment = 0;
+			passBuildSettingsInEnvironment = 1;
 			productName = "vlc-core";
 		};
 /* End PBXLegacyTarget section */




More information about the vlc-devel mailing list