Skip to content

Commit

Permalink
native/CMakeLists.txt: -lunwind for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Oct 11, 2023
1 parent c4c2d35 commit 2275099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/platform-native/platform/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ if("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang" )
target_link_options (platform-native-interface INTERFACE
# Fails on Raspberry Pi (it hangs, even in Debug).
-rtlib=compiler-rt
# -lunwind
$<$<PLATFORM_ID:Linux>:-lunwind>
$<$<PLATFORM_ID:Linux>:-fuse-ld=lld>
)
endif()
Expand Down

0 comments on commit 2275099

Please sign in to comment.