We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e869828 commit a576a8aCopy full SHA for a576a8a
setup.py
@@ -101,7 +101,8 @@ def build(self):
101
self.cmake_install()
102
103
def cmake_generate(self):
104
- # Determine the target directory for the built library
+ # Use the provided build dir so setuptools will be able to locate and
105
+ # either install to the correct location or package.
106
install_dir = os.path.abspath(self.build_lib)
107
if not install_dir.endswith(os.path.sep):
108
install_dir += os.path.sep
0 commit comments