Title: [209667] trunk/Source/WebKit
Revision
209667
Author
annu...@yandex.ru
Date
2016-12-10 10:32:45 -0800 (Sat, 10 Dec 2016)

Log Message

Unreviewed attempt to fix cmake build of Mac port after r209665.

* PlatformMac.cmake: Avoid using relative path in
WebKit_INCLUDE_DIRECTORIES.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (209666 => 209667)


--- trunk/Source/WebKit/ChangeLog	2016-12-10 18:31:13 UTC (rev 209666)
+++ trunk/Source/WebKit/ChangeLog	2016-12-10 18:32:45 UTC (rev 209667)
@@ -1,5 +1,12 @@
 2016-12-10  Konstantin Tokarev  <annu...@yandex.ru>
 
+        Unreviewed attempt to fix cmake build of Mac port after r209665.
+
+        * PlatformMac.cmake: Avoid using relative path in
+        WebKit_INCLUDE_DIRECTORIES.
+
+2016-12-10  Konstantin Tokarev  <annu...@yandex.ru>
+
         [cmake] Include WTF, JSC, and WebCore headers automatically to targers using them
         https://bugs.webkit.org/show_bug.cgi?id=165686
 

Modified: trunk/Source/WebKit/PlatformMac.cmake (209666 => 209667)


--- trunk/Source/WebKit/PlatformMac.cmake	2016-12-10 18:31:13 UTC (rev 209666)
+++ trunk/Source/WebKit/PlatformMac.cmake	2016-12-10 18:32:45 UTC (rev 209667)
@@ -6,7 +6,7 @@
 
 list(APPEND WebKit_INCLUDE_DIRECTORIES
     "${DERIVED_SOURCES_WEBKITLEGACY_DIR}"
-    ../../WebKitLibraries
+    "${CMAKE_SOURCE_DIR}/WebKitLibraries"
 )
 
 list(APPEND WebKit_SYSTEM_INCLUDE_DIRECTORIES
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to