Title: [161928] trunk/Source/WebKit2
Revision
161928
Author
aes...@apple.com
Date
2014-01-13 17:09:21 -0800 (Mon, 13 Jan 2014)

Log Message

[iOS] Build Fix: Don't build the 'All-iOS' target on iOS. Just use 'All'.

* Makefile:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (161927 => 161928)


--- trunk/Source/WebKit2/ChangeLog	2014-01-14 01:08:05 UTC (rev 161927)
+++ trunk/Source/WebKit2/ChangeLog	2014-01-14 01:09:21 UTC (rev 161928)
@@ -1,3 +1,9 @@
+2014-01-13  Andy Estes  <aes...@apple.com>
+
+        [iOS] Build Fix: Don't build the 'All-iOS' target on iOS. Just use 'All'.
+
+        * Makefile:
+
 2014-01-13  Martin Robinson  <mrobin...@igalia.com>
 
         [CMake] Mark all dependency include paths and libraries as advanced variables

Modified: trunk/Source/WebKit2/Makefile (161927 => 161928)


--- trunk/Source/WebKit2/Makefile	2014-01-14 01:08:05 UTC (rev 161927)
+++ trunk/Source/WebKit2/Makefile	2014-01-14 01:09:21 UTC (rev 161928)
@@ -4,9 +4,6 @@
 BUILD_WEBKIT2 = $(shell (( $(OSX_VERSION) >= 6 )) && echo "YES" )
 
 ifeq "$(BUILD_WEBKIT2)" "YES"
-ifneq (,$(filter iphoneos iphonesimulator,$(foreach sdk,iphoneos iphonesimulator,$(findstring $(sdk),$(SDKROOT)))))
-	OTHER_OPTIONS += -target All-iOS
-endif
 
 include ../Makefile.shared
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to