Skip to content

Commit

Permalink
WASM: set use_custom_libcxx to false
Browse files Browse the repository at this point in the history
The `libc++` build was failing with error `unknown rune table for this platform`
  • Loading branch information
bblanchon committed Nov 25, 2024
1 parent b1ba400 commit ed82999
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 @@ -48,6 +48,7 @@ mkdir -p "$BUILD"
wasm)
echo 'pdf_is_complete_lib = true'
echo 'is_clang = false'
echo 'use_custom_libcxx = false'
;;
esac

Expand Down

0 comments on commit ed82999

Please sign in to comment.