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.
2 parents 77b76a3 + 39ea122 commit 8d7224aCopy full SHA for 8d7224a
appveyor.bat
@@ -541,14 +541,16 @@ pushd vim\nsis
541
542
if /I "%ARCH%"=="x64" (
543
set WIN64=1
544
+ if /I "%PLATFORM%"=="arm64" set ARM64=1
545
) else (
546
set WIN64=0
547
+ set ARM64=0
548
)
549
550
nmake.exe -lf Make_mvc.mak "X=OutFile ..\..\gvim_%VER_NUM%_%CUSTOM%.exe" ^
551
"GETTEXT=%DEPENDENCIES%" "VIMSRC=..\runtime" "VIMRT=..\runtime" ^
552
"INCLUDE_LIBGCC=%INCLUDE_LIBGCC%" "SRC=..\runtime" "WIN64=%WIN64%" ^
- "VIMTOOLS=..\runtime" || exit 1
553
+ "ARM64=%ARM64%" "VIMTOOLS=..\runtime" || exit 1
554
555
popd
556
0 commit comments