Skip to content

Commit 73fad53

Browse files
Format setup.py (#757)
* Format setup.py * Update setup.py
1 parent 937e299 commit 73fad53

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,10 @@ def get_extensions():
8484
nvcc_flags += ["-diag-suppress", "20012,186"]
8585
extra_compile_args["nvcc"] = nvcc_flags
8686
if sys.platform == "win32":
87-
extra_compile_args["nvcc"] += ["-DWIN32_LEAN_AND_MEAN", "-allow-unsupported-compiler"]
87+
extra_compile_args["nvcc"] += [
88+
"-DWIN32_LEAN_AND_MEAN",
89+
"-allow-unsupported-compiler",
90+
]
8891

8992
current_dir = pathlib.Path(__file__).parent.resolve()
9093
glm_path = osp.join(current_dir, "gsplat", "cuda", "csrc", "third_party", "glm")

0 commit comments

Comments
 (0)