فهرست منبع

macosx/framework: Make sure base SDK is set to 10.5.

This should fix the issue about libmad when build the framework with the default settings.
Pierre d'Herbemont 15 سال پیش
والد
کامیت
b35eee08ea
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      VLCKit.xcodeproj/project.pbxproj

+ 2 - 2
VLCKit.xcodeproj/project.pbxproj

@@ -695,7 +695,7 @@
 				GCC_WARN_UNUSED_VARIABLE = YES;
 				ONLY_ACTIVE_ARCH = YES;
 				PREBINDING = NO;
-				SDKROOT = "";
+				SDKROOT = macosx10.5;
 			};
 			name = Debug;
 		};
@@ -709,7 +709,7 @@
 				GCC_WARN_UNUSED_VARIABLE = YES;
 				ONLY_ACTIVE_ARCH = YES;
 				PREBINDING = NO;
-				SDKROOT = "";
+				SDKROOT = macosx10.5;
 			};
 			name = Release;
 		};