Update emscripten-build-llvm.sh

Co-authored-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
Sebastian Miasojed
2024-11-21 12:49:23 +01:00
committed by GitHub
parent 32d4b2309c
commit 8990b2a486
+1 -1
View File
@@ -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" \