Title: [230609] trunk/Source/WebKit
Revision
230609
Author
bda...@apple.com
Date
2018-04-12 16:33:56 -0700 (Thu, 12 Apr 2018)

Log Message

Fix the MOBILE_WIFI build
https://bugs.webkit.org/show_bug.cgi?id=184571
-and corresponding-
<rdar://problem/39398181>

Reviewed by Jer Noble.

* config.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (230608 => 230609)


--- trunk/Source/WebKit/ChangeLog	2018-04-12 23:27:46 UTC (rev 230608)
+++ trunk/Source/WebKit/ChangeLog	2018-04-12 23:33:56 UTC (rev 230609)
@@ -1,5 +1,16 @@
 2018-04-12  Beth Dakin  <bda...@apple.com>
 
+        Fix the MOBILE_WIFI build
+        https://bugs.webkit.org/show_bug.cgi?id=184571
+        -and corresponding-
+        <rdar://problem/39398181>
+
+        Reviewed by Jer Noble.
+
+        * config.h:
+
+2018-04-12  Beth Dakin  <bda...@apple.com>
+
         Use -iframework to ensure that frameworks from user paths and system paths are 
         ordered appropriately
         https://bugs.webkit.org/show_bug.cgi?id=184557

Modified: trunk/Source/WebKit/config.h (230608 => 230609)


--- trunk/Source/WebKit/config.h	2018-04-12 23:27:46 UTC (rev 230608)
+++ trunk/Source/WebKit/config.h	2018-04-12 23:33:56 UTC (rev 230609)
@@ -126,7 +126,7 @@
 #endif
 
 #ifndef HAVE_MOBILE_WIFI
-#if PLATFORM(IOS) && !TARGET_OS_SIMULATOR && USE(APPLE_INTERNAL_SDK)
+#if PLATFORM(IOS) && !TARGET_OS_SIMULATOR && !ENABLE(MINIMAL_SIMULATOR) && USE(APPLE_INTERNAL_SDK)
 #define HAVE_MOBILE_WIFI 1
 #else
 #define HAVE_MOBILE_WIFI 0
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to