Skip to content

Commit

Permalink
Merge pull request #35 from kaizhangNV/main
Browse files Browse the repository at this point in the history
fix build script for slang-wasm
  • Loading branch information
csyonghe authored Nov 7, 2024
2 parents 8dc1801 + 3085a6f commit a5e60a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slang-wasm-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cmake --workflow --preset generators --fresh
mkdir generators
cmake --install build --prefix generators --component generators

emcmake cmake -DSLANG_GENERATORS_PATH=generators/bin --preset emscripten -G "Ninja"
emcmake cmake -DSLANG_GENERATORS_PATH=generators/bin --preset emscripten -DSLANG_SLANG_LLVM_FLAVOR=DISABLE
cmake --build --preset emscripten --target slang-wasm

cmakeRet=$?
Expand Down

0 comments on commit a5e60a5

Please sign in to comment.