Skip to content

Commit

Permalink
[js/webgpu] add missing space in build script (#20752)
Browse files Browse the repository at this point in the history
  • Loading branch information
fs-eire committed May 21, 2024
1 parent df01e0d commit 068bb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/build_jsep.bat
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ popd
set PATH=C:\Program Files\Git\usr\bin;%PATH%

call %ROOT%build.bat --config %CONFIG% %CONFIG_EXTRA_FLAG% --skip_submodule_sync --build_wasm --skip_tests^
--enable_wasm_simd --enable_wasm_threads --use_jsep --use_webnn --target onnxruntime_webassembly --build_dir %BUILD_DIR%
--enable_wasm_simd --enable_wasm_threads --use_jsep --use_webnn --target onnxruntime_webassembly --build_dir %BUILD_DIR%

IF NOT "%ERRORLEVEL%" == "0" (
exit /b %ERRORLEVEL%
Expand Down

0 comments on commit 068bb3d

Please sign in to comment.