Title: [253506] trunk/Source/WebCore/Configurations/WebCoreTestSupport.xcconfig
Revision
253506
Author
d...@apple.com
Date
2019-12-13 16:56:46 -0800 (Fri, 13 Dec 2019)

Log Message

Build fix for WebCoreTestSupport.

* Configurations/WebCoreTestSupport.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/WebCore/Configurations/WebCoreTestSupport.xcconfig (253505 => 253506)


--- trunk/Source/WebCore/Configurations/WebCoreTestSupport.xcconfig	2019-12-14 00:33:53 UTC (rev 253505)
+++ trunk/Source/WebCore/Configurations/WebCoreTestSupport.xcconfig	2019-12-14 00:56:46 UTC (rev 253506)
@@ -48,7 +48,7 @@
 DYLIB_INSTALL_NAME_BASE_Debug = @rpath;
 DYLIB_INSTALL_NAME_BASE_Release = $(DYLIB_INSTALL_NAME_BASE_Debug);
 
-ANGLE_LDFLAGS = -weak-lANGLE;
+ANGLE_LDFLAGS = -weak-lANGLE-shared;
 
 LIBWEBRTC_LDFLAGS = $(LIBWEBRTC_LDFLAGS_$(ENABLE_WEB_RTC));
 LIBWEBRTC_LDFLAGS_ = ;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to