We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b063f4 commit da6bdf5Copy full SHA for da6bdf5
settings.py
@@ -40,6 +40,7 @@
40
if platform.system() in ("Linux",):
41
gn_args["v8_static_library"] = "true"
42
gn_args["v8_monolithic_for_shared_library"] = "true"
43
+ gn_args["use_sysroot"] = "true"
44
45
source_files = [
46
"Exception.cpp",
0 commit comments