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 3874bd0 commit 79f4ab4Copy full SHA for 79f4ab4
recipe/build-core.sh
@@ -13,6 +13,9 @@ if [[ "$target_platform" == osx* ]]; then
13
# https://github.com/conda-forge/bazel-toolchain-feedstock/issues/18
14
# delete the line from the template and the CXXFLAGS
15
export CXXFLAGS="${CXXFLAGS/-stdlib=libc++ /} -Wno-vla-cxx-extension"
16
+ # Exchange the short exe name for the full path, used in
17
+ # # bazel_toolchain/cc_wrapper.sh
18
+ export CLANG=$CC_FOR_BUILD
19
sed -i"''" -e'/stdlib=libc/d' $CONDA_PREFIX/share/bazel_toolchain/CROSSTOOL.template
20
source gen-bazel-toolchain
21
cat >> .bazelrc <<EOF
0 commit comments