Skip to content

Commit

Permalink
fix xbuild.bat: build boost arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang committed Sep 4, 2024
1 parent 9d94b21 commit 6c166b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion xbuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,11 @@ if exist output\weaselserver.exe (

rem build booost
if %build_boost% == 1 (
call build.bat boost
if %build_arm64% == 1 (
call build.bat boost arm64
) else (
call build.bat boost
)
if errorlevel 1 exit /b 1
cd /d %WEASEL_ROOT%
exit /b
Expand Down

0 comments on commit 6c166b6

Please sign in to comment.