Title: [195551] trunk/Source/WebCore
Revision
195551
Author
[email protected]
Date
2016-01-25 13:12:22 -0800 (Mon, 25 Jan 2016)

Log Message

[Win] Another build fix after r195545

* CMakeLists.txt:
r195548 didn't change all the pre-builds back to post-builds.

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (195550 => 195551)


--- trunk/Source/WebCore/CMakeLists.txt	2016-01-25 21:04:28 UTC (rev 195550)
+++ trunk/Source/WebCore/CMakeLists.txt	2016-01-25 21:12:22 UTC (rev 195551)
@@ -3776,7 +3776,7 @@
 endif ()
 
 if (WebCore_POST_BUILD_COMMAND)
-    add_custom_command(TARGET WebCore PRE_BUILD COMMAND ${WebCore_PRE_BUILD_COMMAND} VERBATIM)
+    add_custom_command(TARGET WebCore POST_BUILD COMMAND ${WebCore_POST_BUILD_COMMAND} VERBATIM)
 endif ()
 
 if (WebCore_OUTPUT_NAME)

Modified: trunk/Source/WebCore/ChangeLog (195550 => 195551)


--- trunk/Source/WebCore/ChangeLog	2016-01-25 21:04:28 UTC (rev 195550)
+++ trunk/Source/WebCore/ChangeLog	2016-01-25 21:12:22 UTC (rev 195551)
@@ -1,5 +1,12 @@
 2016-01-25  Alex Christensen  <[email protected]>
 
+        [Win] Another build fix after r195545
+
+        * CMakeLists.txt:
+        r195548 didn't change all the pre-builds back to post-builds.
+
+2016-01-25  Alex Christensen  <[email protected]>
+
         [Win] Fix clean build after r195545.
 
         * CMakeLists.txt:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to