kolibrios/programs/network/whois/Tupfile.lua

11 lines
221 B
Lua
Raw Normal View History

if tup.getconfig("NO_TCC") ~= "" then return end
if tup.getconfig("HELPERDIR") == ""
then
HELPERDIR = "../../../programs"
end
tup.include(HELPERDIR .. "/use_tcc.lua")
LIBS = "-lnetwork"
link_tcc("whois.c", "whois");