kolibrios-fun/programs/other/Weather/Tupfile.lua
turbocat ee7c61f931 Weather: now uses auto import(KX).
git-svn-id: svn://kolibrios.org@9651 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-18 17:51:08 +00:00

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");