This commit is contained in:
crazywhalecc
2026-03-21 00:34:31 +08:00
parent 327bb8bc0f
commit bd73b4a6dc

View File

@@ -23,7 +23,7 @@ class libiconv_win
$vs_ver_dir = match ($ver['major_version']) {
'17' => '\MSVC17',
'16' => '\MSVC16',
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!"),
};
ApplicationContext::set('vs_ver_dir', $vs_ver_dir);
}