Skip to content

Commit 4cd205d

Browse files
committed
Add print of interface.
1 parent 25cf4f6 commit 4cd205d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_steps_win_arm64.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if "%2"=="" (
3232
) else (
3333
set "if_bits=%2"
3434
)
35-
echo Building for %build_bits%-bit configuration...
35+
echo Building for %build_bits%-bit binary, %if_bits%-bit interface...
3636

3737
:: Define destination directory
3838
pushd "%~dp0\.."

0 commit comments

Comments
 (0)