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.
2 parents c1ecaa6 + fa2deb7 commit 10303a5Copy full SHA for 10303a5
setup.py
@@ -79,7 +79,7 @@ def build_extension(self, ext):
79
80
if libarchivePrefix:
81
extra_compile_args = ['-I{0}/include'.format(libarchivePrefix)]
82
- extra_link_args = ['-Wl,-rpath={0}/lib'.format(libarchivePrefix)]
+ extra_link_args = ['-Wl,-rpath,{0}/lib'.format(libarchivePrefix)]
83
environ['LDFLAGS'] = '-L{0}/lib {1}'.format(libarchivePrefix, environ.get('LDFLAGS', ''))
84
else:
85
extra_compile_args = []
0 commit comments