Skip to content

Commit eb0daae

Browse files
targosdanielleadams
authored andcommitted
tools: fix d8 macOS build
libv8_base doesn't exist anymore. PR-URL: #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>
1 parent 20c65b0 commit eb0daae

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tools/v8_gypfiles/d8.gyp

-11
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,6 @@
5151
[ 'OS=="win"', {
5252
'sources': [ '<(V8_ROOT)/src/d8/d8-windows.cc', ]
5353
}],
54-
[ 'component!="shared_library"', {
55-
'conditions': [
56-
[ 'v8_postmortem_support==1', {
57-
'xcode_settings': {
58-
'OTHER_LDFLAGS': [
59-
'-Wl,-force_load,<(PRODUCT_DIR)/libv8_base.a'
60-
],
61-
},
62-
}],
63-
],
64-
}],
6554
['v8_enable_i18n_support==1', {
6655
'dependencies': [
6756
'<(icu_gyp_path):icui18n',

0 commit comments

Comments
 (0)