Title: [211987] trunk/Source/WTF
Revision
211987
Author
[email protected]
Date
2017-02-09 13:32:31 -0800 (Thu, 09 Feb 2017)

Log Message

Build fix for APPLE_INTERNAL_SDK builds after r211980.

Unreviewed.

* wtf/spi/darwin/dyldSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (211986 => 211987)


--- trunk/Source/WTF/ChangeLog	2017-02-09 21:31:35 UTC (rev 211986)
+++ trunk/Source/WTF/ChangeLog	2017-02-09 21:32:31 UTC (rev 211987)
@@ -1,5 +1,13 @@
 2017-02-09  Brady Eidson  <[email protected]>
 
+        Build fix for APPLE_INTERNAL_SDK builds after r211980.
+
+        Unreviewed.
+
+        * wtf/spi/darwin/dyldSPI.h:
+
+2017-02-09  Brady Eidson  <[email protected]>
+
         Transition "WebKit Library Version" checks to SDK version checks.
         <rdar://problem/30313696> and https://bugs.webkit.org/show_bug.cgi?id=168056
 

Modified: trunk/Source/WTF/wtf/spi/darwin/dyldSPI.h (211986 => 211987)


--- trunk/Source/WTF/wtf/spi/darwin/dyldSPI.h	2017-02-09 21:31:35 UTC (rev 211986)
+++ trunk/Source/WTF/wtf/spi/darwin/dyldSPI.h	2017-02-09 21:32:31 UTC (rev 211987)
@@ -37,6 +37,10 @@
 #define DYLD_MACOSX_VERSION_10_12 0x000A0C00
 #endif
 
+#ifndef DYLD_MACOSX_VERSION_10_12_4
+#define DYLD_MACOSX_VERSION_10_12_4 0x000A0C04
+#endif
+
 #else
 
 #define DYLD_IOS_VERSION_3_0 0x00030000
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to