ee7c61f931
git-svn-id: svn://kolibrios.org@9651 a494cfbc-eb01-0410-851d-a64ba20cac60
11 lines
245 B
Lua
11 lines
245 B
Lua
if tup.getconfig("NO_TCC") ~= "" then return end
|
|
if tup.getconfig("HELPERDIR") == ""
|
|
then
|
|
HELPERDIR = "../../../programs"
|
|
end
|
|
tup.include(HELPERDIR .. "/use_tcc.lua")
|
|
|
|
LIBS = "-lhttp -limg"
|
|
|
|
link_tcc({"weather.c", "json/json.c"}, "weather");
|