mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
- remove unnecessary distfiles - disable SDK check Fixes: https://trac.macports.org/ticket/73149
11 lines
369 B
Diff
11 lines
369 B
Diff
--- src/common/platform.h.orig 2025-09-01 20:05:04
|
|
+++ src/common/platform.h 2025-10-22 18:10:31
|
|
@@ -124,7 +124,6 @@
|
|
# include <TargetConditionals.h>
|
|
# if TARGET_OS_OSX
|
|
# if __MAC_OS_X_VERSION_MAX_ALLOWED < 120000
|
|
-# error macOS 12 SDK or newer is required.
|
|
# endif
|
|
# define ANGLE_PLATFORM_MACOS 1
|
|
# elif TARGET_OS_IPHONE
|