mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:07:34 +00:00
Everywhere: Force linker hash style to be gnu
This commit is contained in:
parent
b370ee3423
commit
edeec2974f
1 changed files with 2 additions and 1 deletions
|
@ -116,7 +116,8 @@ endforeach()
|
|||
|
||||
set(CMAKE_INSTALL_NAME_TOOL "")
|
||||
set(CMAKE_SHARED_LIBRARY_SUFFIX ".so")
|
||||
set(CMAKE_SHARED_LIBRARY_CREATE_CXX_FLAGS "-shared")
|
||||
set(CMAKE_SHARED_LIBRARY_CREATE_CXX_FLAGS "-shared -Wl,--hash-style=gnu")
|
||||
set(CMAKE_CXX_LINK_FLAGS "-Wl,--hash-style=gnu")
|
||||
|
||||
# Note: MacOS has different rpath rules from linux.
|
||||
# We disable it completely for MacOS hosts to avoid having to track down all the individual flags to unset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue