We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327bb8b commit bd73b4aCopy full SHA for bd73b4a
src/Package/Library/libiconv_win.php
@@ -23,7 +23,7 @@ public function validate(): void
23
$vs_ver_dir = match ($ver['major_version']) {
24
'17' => '\MSVC17',
25
'16' => '\MSVC16',
26
- default => throw new EnvironmentException("Current VS version {$ver} is not supported yet!"),
+ default => throw new EnvironmentException("Current VS version {$ver['major_version']} is not supported yet!"),
27
};
28
ApplicationContext::set('vs_ver_dir', $vs_ver_dir);
29
}
0 commit comments