Skip to content

Commit 4737c2c

Browse files
committed
[Github Actions] Minor gn_args change
1 parent 60cb300 commit 4737c2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

settings.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@
4444
"v8_enable_31bit_smis_on_64bit_arch": "false",
4545
"v8_imminent_deprecation_warnings": "true",
4646
"v8_monolithic": "true",
47-
"v8_monolithic_for_shared_library": "true",
48-
"v8_static_library": "true",
47+
"v8_monolithic_for_shared_library": "true" if platform.system() in ("Linux", ) else "false",
4948
"v8_use_external_startup_data": "false",
5049
}
5150

0 commit comments

Comments
 (0)