mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-17 08:18:07 -04:00
Clean up static build
This commit is contained in:
parent
b720f03ae9
commit
1d9048e888
@ -41,9 +41,6 @@ set(DWARFS_VERSION
|
||||
)
|
||||
|
||||
if(STATIC_BUILD_DO_NOT_USE)
|
||||
set(CMAKE_INSTALL_RPATH "../share/dwarfs/lib")
|
||||
set(CMAKE_EXE_LINKER_FLAGS
|
||||
"-Wl,-allow-multiple-definition -static-libstdc++ -static-libgcc")
|
||||
set(CMAKE_FIND_LIBRARY_SUFFIXES
|
||||
".a"
|
||||
CACHE STRING "please look for static libs")
|
||||
|
Loading…
x
Reference in New Issue
Block a user