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