Skip to content

Commit

Permalink
add back default architecture; remove default triple
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 4, 2024
1 parent a59a4bf commit 172f1f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ cmake -G Ninja \
-DLLVM_LIT_ARGS=-v \
-DLLVM_CMAKE_DIR=$PREFIX/lib/cmake/llvm \
-DLLVM_DIR=$PREFIX/lib/cmake/llvm \
-DLLVM_DEFAULT_TARGET_TRIPLE=wasm32-unknown-emscripten \
-DLLVM_TARGETS_TO_BUILD=WebAssembly \
-DLLVM_TARGETS_TO_BUILD="X86;WebAssembly" \
-DLLVM_ENABLE_PROJECTS="clang;flang;mlir" \
-DCLANG_DIR=$PREFIX/lib/cmake/clang \
-DFLANG_INCLUDE_TESTS=OFF \
Expand Down

0 comments on commit 172f1f0

Please sign in to comment.