Title: [202065] trunk/Tools
Revision
202065
Author
ddkil...@apple.com
Date
2016-06-14 15:02:34 -0700 (Tue, 14 Jun 2016)

Log Message

Follow-up fix #2: REGRESSION (r202020): El Capitan CMake Debug build broken
<https://webkit.org/b/158743>

Unreviewed build fix.

* DumpRenderTree/PlatformMac.cmake: Fix silly typo.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (202064 => 202065)


--- trunk/Tools/ChangeLog	2016-06-14 21:42:35 UTC (rev 202064)
+++ trunk/Tools/ChangeLog	2016-06-14 22:02:34 UTC (rev 202065)
@@ -1,3 +1,12 @@
+2016-06-14  David Kilzer  <ddkil...@apple.com>
+
+        Follow-up fix #2: REGRESSION (r202020): El Capitan CMake Debug build broken
+        <https://webkit.org/b/158743>
+
+        Unreviewed build fix.
+
+        * DumpRenderTree/PlatformMac.cmake: Fix silly typo.
+
 2016-06-14  Aakash Jain  <aakash_j...@apple.com>
 
         Too much log data generated during layout-tests on iOS Simulator

Modified: trunk/Tools/DumpRenderTree/PlatformMac.cmake (202064 => 202065)


--- trunk/Tools/DumpRenderTree/PlatformMac.cmake	2016-06-14 21:42:35 UTC (rev 202064)
+++ trunk/Tools/DumpRenderTree/PlatformMac.cmake	2016-06-14 22:02:34 UTC (rev 202065)
@@ -114,7 +114,7 @@
 )
 
 set(DumpRenderTree_SOURCES
-    ${DumpRenderTree_Cpp_Sources}
+    ${DumpRenderTree_Cpp_SOURCES}
     ${DumpRenderTree_ObjC_SOURCES}
     ${DumpRenderTree_ObjCpp_SOURCES}
 )
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to