File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
diff --exclude=.svn -aur JavaScriptCore-org/CMakeLists.txt JavaScriptCore/CMakeLists.txt
2
2
--- JavaScriptCore-org/CMakeLists.txt 2017-02-10 02:49:33.000000000 +0100
3
- +++ JavaScriptCore/CMakeLists.txt 2017-06-02 10:18:36 .000000000 +0200
3
+ +++ JavaScriptCore/CMakeLists.txt 2017-06-05 12:00:20 .000000000 +0200
4
4
@@ -18,7 +18,7 @@
5
5
"${JAVASCRIPTCORE_DIR}/dfg"
6
6
"${JAVASCRIPTCORE_DIR}/disassembler"
@@ -19,6 +19,14 @@ diff --exclude=.svn -aur JavaScriptCore-org/CMakeLists.txt JavaScriptCore/CMakeL
19
19
20
20
WEBKIT_WRAP_SOURCELIST(${JavaScriptCore_SOURCES})
21
21
WEBKIT_FRAMEWORK(JavaScriptCore)
22
+ @@ -1503,6 +1503,7 @@
23
+ install(TARGETS JavaScriptCore DESTINATION "${LIB_INSTALL_DIR}")
24
+ endif ()
25
+ endif ()
26
+ + set_target_properties(JavaScriptCore PROPERTIES OUTPUT_NAME jsc)
27
+
28
+ # Force staging of shared scripts, even if they aren't directly used to build JavaScriptCore.
29
+
22
30
diff --exclude=.svn -aur JavaScriptCore-org/heap/EdenGCActivityCallback.cpp JavaScriptCore/heap/EdenGCActivityCallback.cpp
23
31
--- JavaScriptCore-org/heap/EdenGCActivityCallback.cpp 2016-11-02 23:01:04.000000000 +0100
24
32
+++ JavaScriptCore/heap/EdenGCActivityCallback.cpp 2017-05-30 15:57:45.000000000 +0200
You can’t perform that action at this time.
0 commit comments