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 a380c0d commit dc0e61bCopy full SHA for dc0e61b
setup.py
@@ -271,7 +271,7 @@ def build_cmake(self, extension):
271
cmake_args.append('-DLIBEXPAT_INCLUDE_DIR=' + join(DEP_DIR, 'include'))
272
cmake_args.append('-DLIBEXPAT_LIBRARY=' + get_lib_full_path(os.path.join(DEP_DIR, 'lib'), 'expat'))
273
cmake_args.append('-DLIBZ_LIBRARY=' + zlib)
274
- cmake_args.append('-DLIBBZ_LIBRARY=' + get_lib_full_path(os.path.join(dep_inst_dir, 'lib'), 'bz2'))
+ cmake_args.append('-DLIBBZ_LIBRARY=' + get_lib_full_path(os.path.join(DEP_DIR, 'lib'), 'bz2'))
275
276
if is_win_32:
277
if DEP_DIR32:
0 commit comments