]> git.sesse.net Git - vlc/commitdiff
macosx/framework: Make sure base SDK is set to 10.5.
authorPierre d'Herbemont <pdherbemont@free.fr>
Thu, 17 Dec 2009 22:07:57 +0000 (23:07 +0100)
committerPierre d'Herbemont <pdherbemont@free.fr>
Thu, 17 Dec 2009 22:07:57 +0000 (23:07 +0100)
This should fix the issue about libmad when build the framework with the default settings.

projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj

index acc2bc3144988dc24930a73980b3f84163e05fb5..1fd3217c2f4d5e1728f49665f243591826ae91e5 100644 (file)
                                GCC_WARN_UNUSED_VARIABLE = YES;
                                ONLY_ACTIVE_ARCH = YES;
                                PREBINDING = NO;
-                               SDKROOT = "";
+                               SDKROOT = macosx10.5;
                        };
                        name = Debug;
                };
                                GCC_WARN_UNUSED_VARIABLE = YES;
                                ONLY_ACTIVE_ARCH = YES;
                                PREBINDING = NO;
-                               SDKROOT = "";
+                               SDKROOT = macosx10.5;
                        };
                        name = Release;
                };