Skip to content

Commit dc0e61b

Browse files
committed
- use correct variable
1 parent a380c0d commit dc0e61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def build_cmake(self, extension):
271271
cmake_args.append('-DLIBEXPAT_INCLUDE_DIR=' + join(DEP_DIR, 'include'))
272272
cmake_args.append('-DLIBEXPAT_LIBRARY=' + get_lib_full_path(os.path.join(DEP_DIR, 'lib'), 'expat'))
273273
cmake_args.append('-DLIBZ_LIBRARY=' + zlib)
274-
cmake_args.append('-DLIBBZ_LIBRARY=' + get_lib_full_path(os.path.join(dep_inst_dir, 'lib'), 'bz2'))
274+
cmake_args.append('-DLIBBZ_LIBRARY=' + get_lib_full_path(os.path.join(DEP_DIR, 'lib'), 'bz2'))
275275

276276
if is_win_32:
277277
if DEP_DIR32:

0 commit comments

Comments
 (0)