From 1cff99b570d004a7bf8c08141bbfc1ecad7f4450 Mon Sep 17 00:00:00 2001 From: Ivan Baravy Date: Tue, 15 Jun 2021 19:53:33 +0000 Subject: [PATCH] Autobuild: Don't copy SHELL to img if NO_TCC is set. git-svn-id: svn://kolibrios.org@8862 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/Tupfile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Tupfile.lua b/data/Tupfile.lua index 2e3758b9c4..67ed4f3937 100644 --- a/data/Tupfile.lua +++ b/data/Tupfile.lua @@ -696,6 +696,7 @@ end -- tup.getconfig('NO_MSVC') ~= 'full' if tup.getconfig('NO_TCC') ~= 'full' then tup.append_table(img_files, { {"NETWORK/WHOIS", PROGS .. "/network/whois/whois"}, + {"SHELL", PROGS .. "/system/shell/shell"}, -- {"NETWORK/WEATHER", PROGS .. "/other/Weather/weather"}, }) tup.append_table(extra_files, { @@ -714,7 +715,6 @@ end -- tup.getconfig('NO_TCC') ~= 'full' if tup.getconfig('NO_GCC') ~= 'full' then tup.append_table(img_files, { {"GAMES/REVERSI", PROGS .. "/games/reversi/trunk/reversi"}, - {"SHELL", PROGS .. "/system/shell/shell"}, {"LIB/LIBC.OBJ", PROGS .. "/develop/ktcc/trunk/libc.obj/source/libc.obj"}, }) tup.append_table(extra_files, {