We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b199c4 commit e179d42Copy full SHA for e179d42
win-build.bat
@@ -45,7 +45,7 @@ IF /i [%2] == [Win32] (
45
set BUILD_PLATFORM=ARM64
46
) ELSE (
47
IF not [%2] == [] (
48
- echo Invalid first argument %2. Using default platform %BUILD_PLATFORM%.
+ echo Invalid second argument %2. Using default platform %BUILD_PLATFORM%.
49
)
50
51
0 commit comments