Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9780 → Rev 9781

/programs/other/graph/branches/tcc_current/Tupfile.lua
1,8 → 1,6
if tup.getconfig("NO_TCC") ~= "" then return end
if tup.getconfig("HELPERDIR") == ""
then
HELPERDIR = "../../../../../programs"
end
 
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../../.." or tup.getconfig("HELPERDIR")
tup.include(HELPERDIR .. "/use_tcc.lua")
 
LIBS = "-lbox_lib"