Title: [190425] trunk/Source/WebKit
Revision
190425
Author
bfulg...@apple.com
Date
2015-10-01 12:50:10 -0700 (Thu, 01 Oct 2015)

Log Message

[Win] Another CMake build fix

* PlatformWin.cmake: Add missing Psapi.lib to link list.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (190424 => 190425)


--- trunk/Source/WebKit/ChangeLog	2015-10-01 19:38:49 UTC (rev 190424)
+++ trunk/Source/WebKit/ChangeLog	2015-10-01 19:50:10 UTC (rev 190425)
@@ -1,5 +1,11 @@
 2015-10-01  Brent Fulgham  <bfulg...@apple.com>
 
+        [Win] Another CMake build fix
+
+        * PlatformWin.cmake: Add missing Psapi.lib to link list.
+
+2015-10-01  Brent Fulgham  <bfulg...@apple.com>
+
         [Win] Unreviewed CMake build fixes.
 
         * CMakeLists.txt: Set the same build definitions as the original

Modified: trunk/Source/WebKit/PlatformWin.cmake (190424 => 190425)


--- trunk/Source/WebKit/PlatformWin.cmake	2015-10-01 19:38:49 UTC (rev 190424)
+++ trunk/Source/WebKit/PlatformWin.cmake	2015-10-01 19:50:10 UTC (rev 190425)
@@ -424,6 +424,7 @@
     PRIVATE Comsupp
     PRIVATE Crypt32
     PRIVATE Iphlpapi
+    PRIVATE Psapi
     PRIVATE Rpcrt4
     PRIVATE Shlwapi
     PRIVATE Usp10
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to