We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a2c8a commit 12fdb37Copy full SHA for 12fdb37
src/ivpm/setup/install_lib.py
@@ -43,6 +43,9 @@ def install(self):
43
install_cmd = self.get_finalized_command('install')
44
install_root = self.get_finalized_command('install').root
45
46
+ if install_root is None:
47
+ return
48
+
49
libpref = "lib"
50
dllext = ".so"
51
if platform.system() == "Windows":
0 commit comments