Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2021-02-03 15:04:40 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2021-02-16 17:12:47 +0300
commiteb0daaedf9bd5330c198483dbc2468c721db4668 (patch)
treed0d74a95098c2a35e0c93fba8ea1e03ab545ee00 /tools
parent20c65b00c28b46d01d432059d56ef29d87eaa337 (diff)
tools: fix d8 macOS build
libv8_base doesn't exist anymore. PR-URL: https://github.com/nodejs/node/pull/37211 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/v8_gypfiles/d8.gyp11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/v8_gypfiles/d8.gyp b/tools/v8_gypfiles/d8.gyp
index 7e7e426cbfc..1780e1ab0db 100644
--- a/tools/v8_gypfiles/d8.gyp
+++ b/tools/v8_gypfiles/d8.gyp
@@ -51,17 +51,6 @@
[ 'OS=="win"', {
'sources': [ '<(V8_ROOT)/src/d8/d8-windows.cc', ]
}],
- [ 'component!="shared_library"', {
- 'conditions': [
- [ 'v8_postmortem_support==1', {
- 'xcode_settings': {
- 'OTHER_LDFLAGS': [
- '-Wl,-force_load,<(PRODUCT_DIR)/libv8_base.a'
- ],
- },
- }],
- ],
- }],
['v8_enable_i18n_support==1', {
'dependencies': [
'<(icu_gyp_path):icui18n',