Title: [278582] branches/safari-612.1.15.4-branch
Revision
278582
Author
[email protected]
Date
2021-06-07 17:40:11 -0700 (Mon, 07 Jun 2021)

Log Message

Cherry-pick r278501. rdar://problem/78973538

    [AppleWin] JSC build failure
    https://bugs.webkit.org/show_bug.cgi?id=226659
    <rdar://78844190>

    Reviewed by Brent Fulgham.

    WTF scripts location is not being correctly identified.

    * Source/cmake/OptionsAppleWin.cmake:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@278501 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-612.1.15.4-branch/ChangeLog (278581 => 278582)


--- branches/safari-612.1.15.4-branch/ChangeLog	2021-06-08 00:38:54 UTC (rev 278581)
+++ branches/safari-612.1.15.4-branch/ChangeLog	2021-06-08 00:40:11 UTC (rev 278582)
@@ -1,3 +1,32 @@
+2021-06-07  Russell Epstein  <[email protected]>
+
+        Cherry-pick r278501. rdar://problem/78973538
+
+    [AppleWin] JSC build failure
+    https://bugs.webkit.org/show_bug.cgi?id=226659
+    <rdar://78844190>
+    
+    Reviewed by Brent Fulgham.
+    
+    WTF scripts location is not being correctly identified.
+    
+    * Source/cmake/OptionsAppleWin.cmake:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@278501 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2021-06-04  Per Arne Vollan  <[email protected]>
+
+            [AppleWin] JSC build failure
+            https://bugs.webkit.org/show_bug.cgi?id=226659
+            <rdar://78844190>
+
+            Reviewed by Brent Fulgham.
+
+            WTF scripts location is not being correctly identified.
+
+            * Source/cmake/OptionsAppleWin.cmake:
+
 2021-05-07  Carlos Garcia Campos  <[email protected]>
 
         [GTK][WPE] Bump libsoup3 version to 2.99.5

Modified: branches/safari-612.1.15.4-branch/Source/cmake/OptionsAppleWin.cmake (278581 => 278582)


--- branches/safari-612.1.15.4-branch/Source/cmake/OptionsAppleWin.cmake	2021-06-08 00:38:54 UTC (rev 278581)
+++ branches/safari-612.1.15.4-branch/Source/cmake/OptionsAppleWin.cmake	2021-06-08 00:40:11 UTC (rev 278582)
@@ -124,6 +124,9 @@
 set(WebKit_FRAMEWORK_HEADERS_DIR ${FORWARDING_HEADERS_DIR})
 set(WebKit_PRIVATE_FRAMEWORK_HEADERS_DIR ${FORWARDING_HEADERS_DIR})
 
+set(WTF_SCRIPTS_DIR "${FORWARDING_HEADERS_DIR}/wtf/Scripts")
+set(_javascript_Core_SCRIPTS_DIR "${FORWARDING_HEADERS_DIR}/_javascript_Core/Scripts")
+
 if (INTERNAL_BUILD)
     set(WTF_SCRIPTS_DIR "${CMAKE_BINARY_DIR}/../include/private/WTF/Scripts")
     set(_javascript_Core_SCRIPTS_DIR "${CMAKE_BINARY_DIR}/../include/private/_javascript_Core/Scripts")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to