Skip to content

Commit

Permalink
minor build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Nov 20, 2024
1 parent 6c42520 commit 4f1c4cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ pushd %SELF%\..
if "%ARCH%" == "arm64" (
call :build arm64 arm64 %VERSION%
) else (
call :build ia32 x86 %VERSION%
if %MAJORVERSION% LSS 23 (
call :build ia32 x86 %VERSION%
)
call :build x64 x64 %VERSION%
)
popd
Expand Down

0 comments on commit 4f1c4cc

Please sign in to comment.