Title: [202883] trunk/Tools
Revision
202883
Author
[email protected]
Date
2016-07-06 16:13:29 -0700 (Wed, 06 Jul 2016)

Log Message

Build fix - work around rdar://problem/27196668.

* LayoutTestRelay/Configurations/Base.xcconfig:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (202882 => 202883)


--- trunk/Tools/ChangeLog	2016-07-06 22:39:43 UTC (rev 202882)
+++ trunk/Tools/ChangeLog	2016-07-06 23:13:29 UTC (rev 202883)
@@ -1,3 +1,9 @@
+2016-07-06  Alexey Proskuryakov  <[email protected]>
+
+        Build fix - work around rdar://problem/27196668.
+
+        * LayoutTestRelay/Configurations/Base.xcconfig:
+
 2016-07-05  Per Arne Vollan  <[email protected]>
 
         Enhance Windows DRT implementation to support platform scroll wheel events.

Modified: trunk/Tools/LayoutTestRelay/Configurations/Base.xcconfig (202882 => 202883)


--- trunk/Tools/LayoutTestRelay/Configurations/Base.xcconfig	2016-07-06 22:39:43 UTC (rev 202882)
+++ trunk/Tools/LayoutTestRelay/Configurations/Base.xcconfig	2016-07-06 23:13:29 UTC (rev 202883)
@@ -61,6 +61,8 @@
 
 SUPPORTED_PLATFORMS = macosx;
 
+TOOLCHAINS = default;
+
 OTHER_CFLAGS = $(ASAN_OTHER_CFLAGS);
 OTHER_CPLUSPLUSFLAGS = $(ASAN_OTHER_CPLUSPLUSFLAGS);
-OTHER_LDFLAGS = $(ASAN_OTHER_LDFLAGS);
\ No newline at end of file
+OTHER_LDFLAGS = $(ASAN_OTHER_LDFLAGS);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to