Skip to content

Commit 20a9a57

Browse files
committed
fixup! build: do not use bundled simdutf when built with --shared-simdutf
1 parent 775944c commit 20a9a57

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

deps/ada/ada.gyp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
'type': 'static_library',
99
'include_dirs': [
1010
'.',
11-
'<(DEPTH)/deps/v8/third_party/simdutf',
1211
],
1312
'direct_dependent_settings': {
1413
'include_dirs': ['.'],
@@ -17,7 +16,7 @@
1716
'ADA_USE_SIMDUTF=1',
1817
],
1918
'dependencies': [
20-
'../../tools/v8_gypfiles/v8.gyp:simdutf',
19+
'../../tools/v8_gypfiles/simdutf.gyp:simdutf',
2120
],
2221
'sources': [ '<@(ada_sources)' ]
2322
},

0 commit comments

Comments
 (0)