Fix environment path to LDC.

This commit is contained in:
skl131313 2018-01-17 22:01:18 -05:00
parent 1a3d0a0828
commit 221953518c
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ install:
$latest = $version;
$url = "https://github.com/ldc-developers/ldc/releases/download/v$($version)/ldc2-$($version)-win64-msvc.zip";
}
$env:PATH += ";C:\ldc2-$($latest)-win64-msvc\bin";
$env:PATH += ";C:\ldc2-$($latest)-windows-x64\bin";
$env:DC = "ldc2";
return $url;
}