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 ade737e commit 2a49830Copy full SHA for 2a49830
recipe/build-core.sh
@@ -10,6 +10,8 @@ if [[ "$target_platform" == osx* ]]; then
10
else
11
export LDFLAGS="$LDFLAGS -undefined dynamic_lookup"
12
fi
13
+ echo changing TARGET_CPU=$TARGET_CPU to 'darwin', cross compilation is still limited
14
+ TARGET_CPU=darwin
15
# https://github.com/conda-forge/bazel-toolchain-feedstock/issues/18
16
# delete the line from the template and the CXXFLAGS
17
export CXXFLAGS="${CXXFLAGS/-stdlib=libc++ /} -Wno-vla-cxx-extension"
0 commit comments