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 7b8f9d3 commit 1ae77a5Copy full SHA for 1ae77a5
2 files changed
Tools/pixi-packages/build.sh
@@ -50,3 +50,9 @@ touch configure-done
50
51
make -j"${CPU_COUNT}" install
52
ln -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
Tools/pixi-packages/default/recipe.yaml
@@ -70,9 +70,6 @@ outputs:
70
- if: c_compiler == "gcc" and "san" in variant
71
then:
72
- libsanitizer
73
- - if: c_compiler == "clang" and "san" in variant
74
- then:
75
- - libcompiler-rt
76
77
ignore_run_exports:
78
from_package:
0 commit comments