Skip to content

Commit bd81f0f

Browse files
committed
Set is_clang to false for Linux builds
1 parent 07d2f2b commit bd81f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.py

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

4040
if platform.system() in ("Linux",):
41-
gn_args["use_sysroot"] = "false"
41+
gn_args["is_clang"] = "false"
4242

4343
source_files = [
4444
"Exception.cpp",

0 commit comments

Comments
 (0)