Move $arch_name to tools/blackfire.ps1

This commit is contained in:
Shivam Mathur
2020-09-06 14:30:37 +05:30
parent 682b1f5e44
commit 7cfd76cc1b
2 changed files with 4 additions and 2 deletions

View File

@ -289,10 +289,8 @@ $master_version = '8.0'
$cert_source='CurrentUser'
$arch = 'x64'
$arch_name ='amd64'
if(-not([Environment]::Is64BitOperatingSystem) -or $version -lt '7.0') {
$arch = 'x86'
$arch_name = '386'
}
$ts = $env:PHPTS -eq 'ts'