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