mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 02:15:36 +08:00
[v3] fix(windows): static builds vswhere.exe -product * (#1149)
This commit is contained in:
@@ -54,6 +54,7 @@ class WindowsUtil
|
|||||||
}
|
}
|
||||||
$args = [
|
$args = [
|
||||||
'-latest',
|
'-latest',
|
||||||
|
'-products', '*',
|
||||||
'-format', 'json',
|
'-format', 'json',
|
||||||
'-requires', 'Microsoft.VisualStudio.Component.VC.Tools.x86.x64',
|
'-requires', 'Microsoft.VisualStudio.Component.VC.Tools.x86.x64',
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user