forked from KolibriOS/kolibrios
'21 days' game: Tupfile.lua fix#2 (sorry)
git-svn-id: svn://kolibrios.org@5329 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
d830a13317
commit
372337c8ce
@ -489,7 +489,7 @@ tup.append_table(extra_files, {
|
|||||||
{"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
|
{"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
|
||||||
})
|
})
|
||||||
-- For russian build, add russian-only programs.
|
-- For russian build, add russian-only programs.
|
||||||
if build_type == "rus" then tup.append_table(img_files, {
|
if build_type == "rus" then tup.append_table(extra_files, {
|
||||||
{"kolibrios/games/21days/", PROGS .. "/games/21days/21days"},
|
{"kolibrios/games/21days/", PROGS .. "/games/21days/21days"},
|
||||||
}) end
|
}) end
|
||||||
end -- tup.getconfig('NO_GCC') ~= 'full'
|
end -- tup.getconfig('NO_GCC') ~= 'full'
|
||||||
|
Loading…
Reference in New Issue
Block a user