File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -50,3 +50,9 @@ touch configure-done
5050
5151make -j" ${CPU_COUNT} " install
5252ln -sf " ${PREFIX} /bin/python3" " ${PREFIX} /bin/python"
53+
54+ # https://github.com/prefix-dev/rattler-build/issues/2012
55+ if [[ ${OSTYPE} == " darwin" * ]]; then
56+ cp " ${BUILD_PREFIX} /lib/clang/21/lib/darwin/libclang_rt.asan_osx_dynamic.dylib" " ${PREFIX} /lib/"
57+ cp " ${BUILD_PREFIX} /lib/clang/21/lib/darwin/libclang_rt.tsan_osx_dynamic.dylib" " ${PREFIX} /lib/"
58+ fi
Original file line number Diff line number Diff line change @@ -70,9 +70,6 @@ outputs:
7070 - if : c_compiler == "gcc" and "san" in variant
7171 then :
7272 - libsanitizer
73- - if : c_compiler == "clang" and "san" in variant
74- then :
75- - libcompiler-rt
7673
7774 ignore_run_exports :
7875 from_package :
You can’t perform that action at this time.
0 commit comments