mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 17:25:03 +02:00
setup-x86 is in C:\cygwin not in C:\cygwin\bin.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
e7091b68e3
commit
7805260dfa
@ -114,7 +114,7 @@ install:
|
||||
if ($env:platform -eq "Win32")
|
||||
{
|
||||
$env:PATH = "C:\cygwin\bin;" + $env:PATH
|
||||
$cmd = 'C:\cygwin\bin\setup-x86.exe -qnNdO -R C:/cygwin -s http://cygwin.mirror.constant.com -l C:/cygwin/var/cache/setup -P openssl-devel';
|
||||
$cmd = 'C:\cygwin\setup-x86.exe -qnNdO -R C:/cygwin -s http://cygwin.mirror.constant.com -l C:/cygwin/var/cache/setup -P openssl-devel';
|
||||
iex "& $cmd"
|
||||
}
|
||||
if ($env:platform -eq "x64")
|
||||
|
Loading…
x
Reference in New Issue
Block a user