Skip to content

Commit a576a8a

Browse files
committed
Updated comment in setup.py about determining install location to better clarify intent for our future selves
1 parent e869828 commit a576a8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ def build(self):
101101
self.cmake_install()
102102

103103
def cmake_generate(self):
104-
# Determine the target directory for the built library
104+
# Use the provided build dir so setuptools will be able to locate and
105+
# either install to the correct location or package.
105106
install_dir = os.path.abspath(self.build_lib)
106107
if not install_dir.endswith(os.path.sep):
107108
install_dir += os.path.sep

0 commit comments

Comments
 (0)