Skip to content

Commit 5b8568b

Browse files
committed
Update link to Apple docs on OS version checking.
1 parent 034c7ca commit 5b8568b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/_macosx.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
#endif
1111

1212
/* Proper way to check for the OS X version we are compiling for, from
13-
http://developer.apple.com/documentation/DeveloperTools/Conceptual/cross_development */
13+
* https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/cross_development/Using/using.html
14+
*/
1415
#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070
1516
#define COMPILING_FOR_10_7
1617
#endif

0 commit comments

Comments
 (0)