Skip to content

Commit

Permalink
relocatable shared libs for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Sep 27, 2023
1 parent 53947c1 commit 75ea731
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ elseif(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
add_definitions(-DOS_FREEBSD)
elseif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
add_definitions(-DOS_MACOSX)
set(CMAKE_MACOS_RPATH TRUE)
set(CMAKE_INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib")
endif()

if(BROTLI_EMSCRIPTEN)
Expand Down

0 comments on commit 75ea731

Please sign in to comment.