Move $arch_name to tools/blackfire.ps1

This commit is contained in:
Shivam Mathur
2020-10-15 13:55:47 +05:30
parent 872187355a
commit 5787967c1f
2 changed files with 4 additions and 2 deletions
-2
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'