Fredrik Fornwall
6 years ago
4 changed files with 35 additions and 39 deletions
@ -0,0 +1,12 @@ |
|||
diff -u -r ../node-v12.1.0/configure.py ./configure.py
|
|||
--- ../node-v12.1.0/configure.py 2019-04-29 12:57:51.000000000 +0000
|
|||
+++ ./configure.py 2019-05-05 21:21:04.289245037 +0000
|
|||
@@ -931,7 +931,7 @@
|
|||
else target_arch != host_arch) |
|||
want_snapshots = not options.without_snapshot |
|||
o['variables']['want_separate_host_toolset'] = int( |
|||
- cross_compiling and want_snapshots)
|
|||
+ cross_compiling)
|
|||
|
|||
if options.with_node_snapshot: |
|||
o['variables']['node_use_node_snapshot'] = 'true' |
@ -1,13 +0,0 @@ |
|||
diff -u -r ../node-v10.9.0/deps/v8/gypfiles/v8.gyp ./deps/v8/gypfiles/v8.gyp
|
|||
--- ../node-v10.9.0/deps/v8/gypfiles/v8.gyp 2018-08-15 13:53:24.000000000 +0000
|
|||
+++ ./deps/v8/gypfiles/v8.gyp 2018-08-23 21:43:30.588264328 +0000
|
|||
@@ -2053,8 +2053,7 @@
|
|||
# library order and break (see crbug.com/469973). |
|||
# These libraries do not exist on Mac hosted builds. |
|||
'libraries': [ |
|||
- '-ldl',
|
|||
- '-lrt'
|
|||
+ '-ldl'
|
|||
] |
|||
}] |
|||
] |
Loading…
Reference in new issue