We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd81f0f commit d6f2a4fCopy full SHA for d6f2a4f
1 file changed
settings.py
@@ -38,7 +38,9 @@
38
}
39
40
if platform.system() in ("Linux",):
41
- gn_args["is_clang"] = "false"
+ gn_args["v8_static_library"] = "true"
42
+ gn_args["v8_monolithic_for_shared_library"] = "true"
43
+ gn_args["target_cpu"] = '"x64"'
44
45
source_files = [
46
"Exception.cpp",
0 commit comments