Skip to content

Commit 6464503

Browse files
author
Bernhard Kerbl
committed
Linux fix
1 parent bab1bec commit 6464503

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"cuda_rasterizer/backward.cu",
1616
"rasterize_points.cu",
1717
"ext.cpp"],
18-
extra_compile_args={"nvcc": ["-I" + os.path.join(os.path.dirname(os.path.abspath(__file__)), "third_party/glm/")],
19-
"cxx": ["/wd4624"]})
18+
extra_compile_args={"nvcc": ["-I" + os.path.join(os.path.dirname(os.path.abspath(__file__)), "third_party/glm/")]})
2019
],
2120
cmdclass={
2221
'build_ext': BuildExtension

0 commit comments

Comments
 (0)