File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ goto :Usage
60
60
if NOT DEFINED BUILD_X64 if NOT DEFINED BUILD_X86 if NOT DEFINED BUILD_ARM32 if NOT DEFINED BUILD_ARM64 (
61
61
set BUILD_X64 = 1
62
62
set BUILD_X86 = 1
63
- set BUILD_ARM32 = 1
63
+ set BUILD_ARM32 = 0
64
64
set BUILD_ARM64 = 1
65
65
set COPY_LICENSE = 1
66
66
)
@@ -204,7 +204,7 @@ if NOT DEFINED CYG_CACHE (set CYG_CACHE=C:/cygwin/var/cache/setup)
204
204
if NOT DEFINED CYG_MIRROR (set CYG_MIRROR=http://mirrors.kernel.org/sourceware/cygwin/)
205
205
206
206
powershell -c " md $env:CYG_ROOT -ErrorAction SilentlyContinue"
207
- powershell -c " $setup = $env:CYG_ROOT+'/setup.exe'; if (!(Test-Path $setup)){invoke-webrequest https://cygwin.com/setup-x86 .exe -outfile $setup}
207
+ powershell -c " $setup = $env:CYG_ROOT+'/setup.exe'; if (!(Test-Path $setup)){invoke-webrequest https://cygwin.com/setup-x86_64 .exe -outfile $setup}
208
208
%CYG_ROOT% /setup.exe -qnNdO -R " %CYG_ROOT% " -s " %CYG_MIRROR% " -l " %CYG_CACHE% " -P make -P autoconf -P automake -P libtool -P dejagnu
209
209
210
210
endlocal
You can’t perform that action at this time.
0 commit comments