We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a563456 commit 109ee71Copy full SHA for 109ee71
source/loader/CMakeLists.txt
@@ -189,7 +189,7 @@ if(UR_ENABLE_SANITIZER)
189
if(NOT EXISTS ${LIBCXX_PATH} OR NOT EXISTS ${LIBCXX_ABI_PATH})
190
message(FATAL_ERROR "libc++ is required but can't find the libraries")
191
endif()
192
- target_link_libraries(ur_loader PRIVATE ${LIBCXX_PATH} ${LIBCXX_ABI_PATH})
+ target_link_libraries(ur_loader PRIVATE gcc_s ${LIBCXX_PATH} ${LIBCXX_ABI_PATH})
193
194
195
0 commit comments