2022-01-12 17:56:22 +01:00
|
|
|
if tup.getconfig("NO_TCC") ~= "" then return end
|
2022-04-24 17:05:38 +02:00
|
|
|
|
|
|
|
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR")
|
2022-01-18 20:18:24 +01:00
|
|
|
tup.include(HELPERDIR .. "/use_tcc.lua")
|
2022-01-12 17:56:22 +01:00
|
|
|
|
2022-01-18 20:18:24 +01:00
|
|
|
link_tcc("main.c", "kmatrix");
|