Skip to content

Commit

Permalink
musl no longer needs linking with libunwind
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanEngelen committed Jul 12, 2024
1 parent b0fece8 commit 1952fb2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ if("${C_SYSTEM_LIBS}" STREQUAL "AUTO")
set(C_SYSTEM_LIBS m c)
elseif("${TARGET_SYSTEM}" MATCHES "Linux")
set(C_SYSTEM_LIBS m pthread rt dl)
if("${TARGET_SYSTEM}" MATCHES "musl")
list(APPEND C_SYSTEM_LIBS "unwind")
endif()
elseif("${TARGET_SYSTEM}" MATCHES "FreeBSD")
set(C_SYSTEM_LIBS m pthread execinfo z)
else()
Expand Down

0 comments on commit 1952fb2

Please sign in to comment.