Skip to content

Commit 109ee71

Browse files
committed
link gcc_s first
1 parent a563456 commit 109ee71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/loader/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ if(UR_ENABLE_SANITIZER)
189189
if(NOT EXISTS ${LIBCXX_PATH} OR NOT EXISTS ${LIBCXX_ABI_PATH})
190190
message(FATAL_ERROR "libc++ is required but can't find the libraries")
191191
endif()
192-
target_link_libraries(ur_loader PRIVATE ${LIBCXX_PATH} ${LIBCXX_ABI_PATH})
192+
target_link_libraries(ur_loader PRIVATE gcc_s ${LIBCXX_PATH} ${LIBCXX_ABI_PATH})
193193
endif()
194194
endif()
195195

0 commit comments

Comments
 (0)