Another fix for locale names

This commit is contained in:
2024-07-11 09:00:28 +01:00
parent 46e816c366
commit 4a166ede82
2 changed files with 6 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ goto :eof
:Target_kernel
rem valid languages: en_US ru_RU de_DE et_EE es_ES
set lang=en
set lang=en_US
echo *** building kernel with language '%lang%' ...