mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
Bump SDL to build with 10.7 SDK.
This also bumps the minimum requirement for building SDL to 10.7, and removes some checking we no longer need. CR: saml
This commit is contained in:
@@ -82,9 +82,6 @@
|
||||
#if MAC_OS_X_VERSION_MIN_REQUIRED < 1050
|
||||
# error SDL for Mac OS X only supports deploying on 10.5 and above.
|
||||
#endif /* MAC_OS_X_VERSION_MIN_REQUIRED < 1050 */
|
||||
#if MAC_OS_X_VERSION_MAX_ALLOWED < 1060
|
||||
# error SDL for Mac OS X must be built with a 10.6 SDK or above.
|
||||
#endif /* MAC_OS_X_VERSION_MAX_ALLOWED < 1060 */
|
||||
#endif /* TARGET_OS_IPHONE */
|
||||
#endif /* defined(__APPLE__) */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user