Skip to content

Commit

Permalink
remove arm launcher compilation from msvc-build-launcher.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
niyas-sait committed Sep 30, 2021
1 parent 0b6ac1e commit c09d73e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions msvc-build-launcher.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,3 @@ if "%ERRORLEVEL%"=="0" (
) else (
echo Windows SDK 6.1 not found to build Windows 64-bit version
)

REM now for arm 64-bit
REM Cross compile for arm64
call VCVARSx86_arm64
if "%ERRORLEVEL%"=="0" (
cl /D "GUI=0" /D "WIN32_LEAN_AND_MEAN" launcher.c /O2 /link /MACHINE:arm64 /SUBSYSTEM:CONSOLE /out:setuptools/cli-arm64.exe
cl /D "GUI=1" /D "WIN32_LEAN_AND_MEAN" launcher.c /O2 /link /MACHINE:arm64 /SUBSYSTEM:WINDOWS /out:setuptools/gui-arm64.exe
) else (
echo Windows SDK 6.1 not found to build Windows 64-bit version
)

set PATH=%PATH_OLD%

0 comments on commit c09d73e

Please sign in to comment.