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 0fcae8d commit 135ce67Copy full SHA for 135ce67
setup.py
@@ -60,7 +60,7 @@ def run(self):
60
def build_cmake(self, ext: CMakeExtension):
61
build_dir = os.path.abspath(self.build_temp)
62
install_dir = os.path.abspath(self.build_lib)
63
- if is_editable_mode:
+ if is_editable_mode():
64
install_dir = ext.cmake_file_path
65
66
cmake_args = [
0 commit comments