Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8348 → Rev 8349

/contrib/toolchain/avra/src/Tupfile.lua
1,5 → 1,5
if tup.getconfig("NO_GCC") ~= "" then return end
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../../programs" or tup.getconfig("HELPERDIR")
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../../../programs" or tup.getconfig("HELPERDIR")
tup.include(HELPERDIR .. "/use_gcc.lua")
tup.include(HELPERDIR .. "/use_newlib.lua")