Coin provisioning: Use arg instead of autodetecting architecture

When provisioning windows machine, it seems that detecting architecture
by checking [System.Environment]::Is64BitProcess doesn't work properly.
Instead pass 32 or 64 as an argument when calling powershell script.

Change-Id: I890ad141b8ef194275848d0e656431753463cd2b
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
This commit is contained in:
Simo Fält
2017-02-27 15:04:41 +02:00
committed by Simon Hausmann
parent 80b739b1e8
commit 8b59bbc2a4
12 changed files with 28 additions and 32 deletions

View File

@@ -0,0 +1 @@
. "$PSScriptRoot\..\common\python.ps1" 32