forked from KolibriOS/kolibrios
More language code fixes
I commit in several commits to check autobuild
This commit is contained in:
@@ -4,7 +4,7 @@ HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HEL
|
||||
tup.include(HELPERDIR .. "/use_tcc.lua")
|
||||
CFLAGS += " -I" .. tup.getvariantdir()
|
||||
|
||||
if tup.getconfig("LANG") == "ru"
|
||||
if tup.getconfig("LANG") == "ru_RU"
|
||||
then C_LANG = "LANG_RUS"
|
||||
else C_LANG = "LANG_ENG" -- this includes default case without config
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user