Commit b0afc53e authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

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.
parent 4eafca36
...@@ -695,7 +695,7 @@ ...@@ -695,7 +695,7 @@
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO; PREBINDING = NO;
SDKROOT = ""; SDKROOT = macosx10.5;
}; };
name = Debug; name = Debug;
}; };
...@@ -709,7 +709,7 @@ ...@@ -709,7 +709,7 @@
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO; PREBINDING = NO;
SDKROOT = ""; SDKROOT = macosx10.5;
}; };
name = Release; name = Release;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment