Skip to content

Commit f1bfaf1

Browse files
committed
fixup! build: add --shared-highway configure flag
1 parent 8b50a2d commit f1bfaf1

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

tools/v8_gypfiles/v8.gyp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,11 @@
638638
'fp16',
639639
'abseil.gyp:abseil',
640640
],
641+
'conditions': [
642+
['node_shared_highway=="false"', {
643+
'dependencies': ['highway'],
644+
}],
645+
],
641646
'direct_dependent_settings': {
642647
'sources': [
643648
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?sources = ")',
@@ -648,9 +653,6 @@
648653
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_snapshot_compression.*?sources \\+= ")',
649654
],
650655
}],
651-
['node_shared_highway=="false"', {
652-
'dependencies': ['highway'],
653-
}],
654656
['v8_enable_temporal_support==1', {
655657
'sources': [
656658
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_internal_headers\\".*?v8_enable_temporal_support.*?sources \\+= ")',

0 commit comments

Comments
 (0)