Title: [221814] trunk/Tools
Revision
221814
Author
[email protected]
Date
2017-09-09 05:29:23 -0700 (Sat, 09 Sep 2017)

Log Message

Unreviewed WPE build fix.

* TestWebKitAPI/PlatformWPE.cmake:
Link WebCore archives into the TestWebCore binary as a group.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (221813 => 221814)


--- trunk/Tools/ChangeLog	2017-09-09 09:35:33 UTC (rev 221813)
+++ trunk/Tools/ChangeLog	2017-09-09 12:29:23 UTC (rev 221814)
@@ -1,3 +1,10 @@
+2017-09-09  Zan Dobersek  <[email protected]>
+
+        Unreviewed WPE build fix.
+
+        * TestWebKitAPI/PlatformWPE.cmake:
+        Link WebCore archives into the TestWebCore binary as a group.
+
 2017-09-08  Lucas Forschler  <[email protected]>
 
         bisect-builds doesn't work due to missing requests module

Modified: trunk/Tools/TestWebKitAPI/PlatformWPE.cmake (221813 => 221814)


--- trunk/Tools/TestWebKitAPI/PlatformWPE.cmake	2017-09-09 09:35:33 UTC (rev 221813)
+++ trunk/Tools/TestWebKitAPI/PlatformWPE.cmake	2017-09-09 12:29:23 UTC (rev 221814)
@@ -53,7 +53,7 @@
     ${TESTWEBKITAPI_DIR}/Tests/WebCore/PublicSuffix.cpp
 )
 
-target_link_libraries(TestWebCore ${test_webcore_LIBRARIES})
+target_link_libraries(TestWebCore ${test_webcore_LIBRARIES} -Wl,--start-group WebCore WebCoreDerivedSources WebCorePlatformWPE -Wl,--end-group)
 add_dependencies(TestWebCore ${ForwardingHeadersForTestWebKitAPI_NAME})
 
 add_test(TestWebCore ${TESTWEBKITAPI_RUNTIME_OUTPUT_DIRECTORY}/WebCore/TestWebCore)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to