Skip to content

Commit

Permalink
Musl: set use_custom_libcxx_for_host to false
Browse files Browse the repository at this point in the history
We were getting error "Libc++ only supports GCC 14 and later" in `libc++`
  • Loading branch information
bblanchon committed Nov 25, 2024
1 parent ed82999 commit 3d8a940
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions steps/05-configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ mkdir -p "$BUILD"
echo 'is_musl = true'
echo 'is_clang = false'
echo 'use_custom_libcxx = false'
echo 'use_custom_libcxx_for_host = false'
[ "$ENABLE_V8" == "true" ] && case "$TARGET_CPU" in
arm)
echo "v8_snapshot_toolchain = \"//build/toolchain/linux:clang_x86_v8_arm\""
Expand Down

0 comments on commit 3d8a940

Please sign in to comment.