contrib/install-windows-dependencies.ps1
branchstable
changeset 45749 f95b16796688
parent 45690 7a907388a4a5
child 46353 a6c5ec6b4728
equal deleted inserted replaced
45748:661f1e3b07af 45749:f95b16796688
   123     Invoke-Process "${prefix}\cargo\bin\rustup.exe" "target add i686-pc-windows-msvc"
   123     Invoke-Process "${prefix}\cargo\bin\rustup.exe" "target add i686-pc-windows-msvc"
   124     Invoke-Process "${prefix}\cargo\bin\rustup.exe" "install 1.46.0"
   124     Invoke-Process "${prefix}\cargo\bin\rustup.exe" "install 1.46.0"
   125     Invoke-Process "${prefix}\cargo\bin\rustup.exe" "component add clippy"
   125     Invoke-Process "${prefix}\cargo\bin\rustup.exe" "component add clippy"
   126 
   126 
   127     # Install PyOxidizer for packaging.
   127     # Install PyOxidizer for packaging.
   128     Invoke-Process "${prefix}\cargo\bin\cargo.exe" "install --git https://github.com/indygreg/PyOxidizer.git --rev 4697fb25918dfad6dc73288daeea501063963a08 pyoxidizer"
   128     Invoke-Process "${prefix}\cargo\bin\cargo.exe" "install --version 0.9.0 pyoxidizer"
   129 }
   129 }
   130 
   130 
   131 function Install-Dependencies($prefix) {
   131 function Install-Dependencies($prefix) {
   132     if (!(Test-Path -Path $prefix\assets)) {
   132     if (!(Test-Path -Path $prefix\assets)) {
   133         New-Item -Path $prefix\assets -ItemType Directory
   133         New-Item -Path $prefix\assets -ItemType Directory