Title: [195726] trunk/Source/WebKit2
- Revision
- 195726
- Author
- [email protected]
- Date
- 2016-01-27 19:33:27 -0800 (Wed, 27 Jan 2016)
Log Message
Fix build.
* Configurations/WebKit.xcconfig:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (195725 => 195726)
--- trunk/Source/WebKit2/ChangeLog 2016-01-28 02:28:03 UTC (rev 195725)
+++ trunk/Source/WebKit2/ChangeLog 2016-01-28 03:33:27 UTC (rev 195726)
@@ -1,3 +1,9 @@
+2016-01-27 Anders Carlsson <[email protected]>
+
+ Fix build.
+
+ * Configurations/WebKit.xcconfig:
+
2016-01-27 Krzysztof Czech <[email protected]>
[EFL] Remove unused accessibility related code
Modified: trunk/Source/WebKit2/Configurations/WebKit.xcconfig (195725 => 195726)
--- trunk/Source/WebKit2/Configurations/WebKit.xcconfig 2016-01-28 02:28:03 UTC (rev 195725)
+++ trunk/Source/WebKit2/Configurations/WebKit.xcconfig 2016-01-28 03:33:27 UTC (rev 195726)
@@ -35,7 +35,7 @@
FRAMEWORK_AND_LIBRARY_LDFLAGS_BASE_ios = -lobjc -framework AssertionServices -framework CFNetwork -framework CoreFoundation -framework CoreGraphics -framework CorePDF -framework CoreText -framework Foundation -framework GraphicsServices -framework ImageIO -framework UIKit -framework OpenGLES -framework MobileCoreServices -lMobileGestalt;
FRAMEWORK_AND_LIBRARY_LDFLAGS[sdk=iphoneos*] = $(FRAMEWORK_AND_LIBRARY_LDFLAGS_BASE_ios) -framework IOSurface -framework PassKit;
-FRAMEWORK_AND_LIBRARY_LDFLAGS[sdk=iphonesimulator*] = $(FRAMEWORK_AND_LIBRARY_LDFLAGS_BASE_ios);
+FRAMEWORK_AND_LIBRARY_LDFLAGS[sdk=iphonesimulator*] = $(FRAMEWORK_AND_LIBRARY_LDFLAGS_BASE_ios) -framework PassKit;
FRAMEWORK_AND_LIBRARY_LDFLAGS[sdk=macosx*] = -framework ApplicationServices -framework Carbon -framework Cocoa -framework CoreServices -framework IOKit -framework CoreAudio -framework IOSurface -framework OpenGL;
// Prevent C++ standard library operator new, delete and their related exception types from being exported as weak symbols.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes