We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe9e3e commit 05b694eCopy full SHA for 05b694e
1 file changed
setup.py
@@ -51,7 +51,7 @@ def import_module_from_path(path):
51
extensions = [Extension("*", ["optix/*.pyx"],
52
include_dirs=[cuda_include_path, optix_include_path])]
53
extensions = cythonize(extensions, language_level="3",
54
- compile_time_env=cython_compile_env)
+ compile_time_env=cython_compile_env, build_dir="build")
55
56
with open("README.md", "r", encoding="utf-8") as fh:
57
long_description = fh.read()
0 commit comments