Skip to content

Commit

Permalink
Merge pull request #253 from tcezard/Add_static_lib
Browse files Browse the repository at this point in the history
Add static linking for libz and libbz2 for macosx
  • Loading branch information
tcezard authored Aug 13, 2024
2 parents f7796c9 + a1ae3a8 commit 6fbcde8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,11 @@ elseif (OSX)
mod_vcf
mod_odb
libcurl.a
libbz2.a
libz.a
libssl.a
libcrypto.a
libcares.a
${Boost_LIBRARIES}
${EXT_LIB_PATH}/libodb-sqlite.a
${EXT_LIB_PATH}/libodb.a
Expand Down

0 comments on commit 6fbcde8

Please sign in to comment.