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 49d4c73 commit 242081eCopy full SHA for 242081e
Tools/pixi-packages/build.sh
@@ -41,5 +41,6 @@ ln -sf "${PREFIX}/bin/python3" "${PREFIX}/bin/python"
41
42
# https://github.com/prefix-dev/rattler-build/issues/2012
43
if [[ ${OSTYPE} == "darwin"* ]]; then
44
- cp "${BUILD_PREFIX}/lib/clang/21/lib/darwin/libclang_rt.asan_osx_dynamic.dylib" "${PREFIX}/lib/libclang_rt.asan_osx_dynamic.dylib"
+ cp "${BUILD_PREFIX}/lib/clang/21/lib/darwin/libclang_rt.asan_osx_dynamic.dylib" "${PREFIX}/lib/"
45
+ cp "${BUILD_PREFIX}/lib/clang/21/lib/darwin/libclang_rt.tsan_osx_dynamic.dylib" "${PREFIX}/lib/"
46
fi
0 commit comments