We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034c7ca commit 5b8568bCopy full SHA for 5b8568b
src/_macosx.m
@@ -10,7 +10,8 @@
10
#endif
11
12
/* Proper way to check for the OS X version we are compiling for, from
13
- http://developer.apple.com/documentation/DeveloperTools/Conceptual/cross_development */
+ * https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/cross_development/Using/using.html
14
+ */
15
#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070
16
#define COMPILING_FOR_10_7
17
0 commit comments