mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-01 14:55:56 +01:00
Fix typo
This commit is contained in:
parent
58c5962599
commit
181b8e8aa2
@ -183,7 +183,7 @@ install:
|
||||
if ($env:platform -eq "Win32")
|
||||
{
|
||||
if (Test-Path $env:POSTGRES32) {
|
||||
echo "using $env:POSTRGES32 from cache"
|
||||
echo "using $env:POSTGRES32 from cache"
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -249,7 +249,7 @@ before_build:
|
||||
$to = $env:MYSQL32 + "\bin\libmysql.dll"
|
||||
copy $from $to
|
||||
}
|
||||
& C:\cygwin\ibin\ls -lR %MYSQL32%
|
||||
& C:\cygwin\bin\ls -lR %MYSQL32%
|
||||
}
|
||||
if ($env:platform -eq "x64")
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user