Skip to content

Commit

Permalink
- dont force linking against expat
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Apr 6, 2022
1 parent 9ca41c2 commit 6131c03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,6 @@ def build_cmake(self, extension):

if DEP_DIR:
cmake_args.append('-DLIBSEDML_DEPENDENCY_DIR=' + DEP_DIR)
cmake_args.append('-DEXTRA_LIBS=' + get_lib_full_path(os.path.join(DEP_DIR, 'lib'), 'expat'))
cmake_args.append('-DLIBEXPAT_INCLUDE_DIR=' + join(DEP_DIR, 'include'))
cmake_args.append('-DLIBZ_INCLUDE_DIR=' + os.path.join(DEP_DIR, 'include'))
zlib = get_lib_full_path(os.path.join(DEP_DIR, 'lib'), 'zlib')
if not zlib:
Expand Down

0 comments on commit 6131c03

Please sign in to comment.