Commit 64645032 by Bernhard Kerbl

Linux fix

parent bab1bec6
...@@ -15,8 +15,7 @@ setup( ...@@ -15,8 +15,7 @@ setup(
"cuda_rasterizer/backward.cu", "cuda_rasterizer/backward.cu",
"rasterize_points.cu", "rasterize_points.cu",
"ext.cpp"], "ext.cpp"],
extra_compile_args={"nvcc": ["-I" + os.path.join(os.path.dirname(os.path.abspath(__file__)), "third_party/glm/")], extra_compile_args={"nvcc": ["-I" + os.path.join(os.path.dirname(os.path.abspath(__file__)), "third_party/glm/")]})
"cxx": ["/wd4624"]})
], ],
cmdclass={ cmdclass={
'build_ext': BuildExtension 'build_ext': BuildExtension
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment