fix tupfile

git-svn-id: svn://kolibrios.org@7082 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
0CodErr 2017-10-10 19:00:08 +00:00
parent 436d50beb5
commit 181a1635fc

View File

@ -1,4 +1,4 @@
if tup.getconfig('NO_JWASM') ~= 'full' then return end
if tup.getconfig('NO_JWASM') ~= "" then return end
if tup.getconfig("LANG") == "it" then
tup.definerule{command = "echo LANG_IT = 1 > lang.inc", outputs = {"lang.inc"}}