Title: [188697] trunk/Source/WebCore
Revision
188697
Author
[email protected]
Date
2015-08-20 13:46:04 -0700 (Thu, 20 Aug 2015)

Log Message

AppleWin CMake build fix after r188696.

* PlatformWin.cmake:
No ${} fixes the problem and keeps the desired behavior.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (188696 => 188697)


--- trunk/Source/WebCore/ChangeLog	2015-08-20 20:18:45 UTC (rev 188696)
+++ trunk/Source/WebCore/ChangeLog	2015-08-20 20:46:04 UTC (rev 188697)
@@ -1,3 +1,10 @@
+2015-08-20  Alex Christensen  <[email protected]>
+
+        AppleWin CMake build fix after r188696.
+
+        * PlatformWin.cmake:
+        No ${} fixes the problem and keeps the desired behavior.
+
 2015-08-20  Per Arne Vollan  <[email protected]>
 
         [WinCairo] Link errors when building with VS2015.

Modified: trunk/Source/WebCore/PlatformWin.cmake (188696 => 188697)


--- trunk/Source/WebCore/PlatformWin.cmake	2015-08-20 20:18:45 UTC (rev 188696)
+++ trunk/Source/WebCore/PlatformWin.cmake	2015-08-20 20:46:04 UTC (rev 188697)
@@ -260,7 +260,7 @@
     DESTINATION
     ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/WebKit.resources/en.lproj
 )
-if (${WTF_PLATFORM_WIN_CAIRO} AND EXISTS ${WEBKIT_LIBRARIES_DIR}/cacert.pem)
+if (WTF_PLATFORM_WIN_CAIRO AND EXISTS ${WEBKIT_LIBRARIES_DIR}/cacert.pem)
     make_directory(${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/WebKit.resources/certificates)
     file(COPY
         ${WEBKIT_LIBRARIES_DIR}/cacert.pem
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to