Skip to content

Commit

Permalink
Update build-windows.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed Feb 14, 2024
1 parent 1b7f5c8 commit 5139d03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/build-windows.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ for /f %%i in ('type .\build\version') do (
mkdir .\build_out

call :build_win win-x64
call :build_win win-x86
call :build_win win-arm64
call :build_win_aot win-x64
call :build_win_aot win-arm64
call :build_win_aot win-x86

goto :eof

:build_win
Expand Down

0 comments on commit 5139d03

Please sign in to comment.