Skip to content

Commit 05b694e

Browse files
author
Felix Igelbrink
committed
using build directory to place the generated cpp files
1 parent dbe9e3e commit 05b694e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def import_module_from_path(path):
5151
extensions = [Extension("*", ["optix/*.pyx"],
5252
include_dirs=[cuda_include_path, optix_include_path])]
5353
extensions = cythonize(extensions, language_level="3",
54-
compile_time_env=cython_compile_env)
54+
compile_time_env=cython_compile_env, build_dir="build")
5555

5656
with open("README.md", "r", encoding="utf-8") as fh:
5757
long_description = fh.read()

0 commit comments

Comments
 (0)