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 62b7d1c commit ad6c740Copy full SHA for ad6c740
2 files changed
Tools/pixi-packages/build.sh
@@ -37,9 +37,3 @@ touch configure-done
37
38
make -j"${CPU_COUNT}" install
39
ln -sf "${PREFIX}/bin/python3" "${PREFIX}/bin/python"
40
-
41
-# https://github.com/prefix-dev/rattler-build/issues/2012
42
-if [[ ${OSTYPE} == "darwin"* ]]; then
43
- cp "${BUILD_PREFIX}/lib/clang/21/lib/darwin/libclang_rt.asan_osx_dynamic.dylib" "${PREFIX}/lib/"
44
- cp "${BUILD_PREFIX}/lib/clang/21/lib/darwin/libclang_rt.tsan_osx_dynamic.dylib" "${PREFIX}/lib/"
45
-fi
Tools/pixi-packages/default/recipe.yaml
@@ -67,6 +67,9 @@ outputs:
67
- if: c_compiler == "gcc" and "san" in variant
68
then:
69
- libsanitizer
70
+ - if: c_compiler == "clang" and "san" in variant
71
+ then:
72
+ - libcompiler-rt
73
74
ignore_run_exports:
75
from_package:
0 commit comments