Skip to content

Commit d6f2a4f

Browse files
committed
Linux GN arguments change
1 parent bd81f0f commit d6f2a4f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

settings.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
}
3939

4040
if platform.system() in ("Linux",):
41-
gn_args["is_clang"] = "false"
41+
gn_args["v8_static_library"] = "true"
42+
gn_args["v8_monolithic_for_shared_library"] = "true"
43+
gn_args["target_cpu"] = '"x64"'
4244

4345
source_files = [
4446
"Exception.cpp",

0 commit comments

Comments
 (0)