From eb0daaedf9bd5330c198483dbc2468c721db4668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Wed, 3 Feb 2021 13:04:40 +0100 Subject: [PATCH] tools: fix d8 macOS build libv8_base doesn't exist anymore. PR-URL: https://github.com/nodejs/node/pull/37211 Reviewed-By: Colin Ihrig Reviewed-By: Evan Lucas Reviewed-By: Jiawen Geng Reviewed-By: Rich Trott --- tools/v8_gypfiles/d8.gyp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tools/v8_gypfiles/d8.gyp b/tools/v8_gypfiles/d8.gyp index 7e7e426cbfcf2f..1780e1ab0dbccf 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',