Skip to content

Commit

Permalink
Update emscripten-build-llvm.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
  • Loading branch information
smiasojed and xermicus authored Nov 21, 2024
1 parent 32d4b23 commit 8990b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emscripten-build-llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LLVM_WASM="${PWD}/build/llvm-wasm"

./clone-llvm.sh "${LLVM_SRC}"

# Cross-compiling LLVM requires a native build of "llvm-tblgen" and "clang-tblgen"
# Cross-compiling LLVM requires a native build of "llvm-tblgen", "clang-tblgen" and "llvm-config"
if [ ! -d "${LLVM_NATIVE}" ]; then
cmake -G Ninja \
-S "${LLVM_SRC}/llvm" \
Expand Down

0 comments on commit 8990b2a

Please sign in to comment.