Skip to content

Commit 12fdb37

Browse files
committed
XX
Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>
1 parent 01a2c8a commit 12fdb37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ivpm/setup/install_lib.py

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ def install(self):
4343
install_cmd = self.get_finalized_command('install')
4444
install_root = self.get_finalized_command('install').root
4545

46+
if install_root is None:
47+
return
48+
4649
libpref = "lib"
4750
dllext = ".so"
4851
if platform.system() == "Windows":

0 commit comments

Comments
 (0)