Skip to content

Commit 524c3da

Browse files
Use Ninja generated for Linux as well
1 parent dff9c43 commit 524c3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_locally.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def run(
3232
build_system = None
3333

3434
if "linux" in sys.platform:
35-
build_system = "Unix Makefiles"
35+
build_system = "Ninja"
3636
elif sys.platform in ["win32", "cygwin"]:
3737
build_system = "Ninja"
3838
else:

0 commit comments

Comments
 (0)