Skip to content

Commit

Permalink
zlib: Also remove macOS shared libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
FtZPetruska committed Jul 29, 2023
1 parent 6f7a1ce commit bb4e3b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ function(toolchain_deps toolchain_deps_dir toolchain_install_dir toolchain_suffi
COMMAND ${CMAKE_COMMAND} -E remove
${toolchain_deps_dir}/lib/libz.so
${toolchain_deps_dir}/lib/libz.so.1
${toolchain_deps_dir}/lib/libz.dylib
${toolchain_deps_dir}/lib/libz.1.dylib
${toolchain_deps_dir}/lib/libz.1.2.13.dylib
COMMENT "Delete shared libraries, if present"
)
endif()
Expand Down

0 comments on commit bb4e3b5

Please sign in to comment.