mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-11 13:06:43 -04:00
7 lines
215 B
Lua
Executable File
7 lines
215 B
Lua
Executable File
if tup.getconfig("NO_TCC") ~= "" then return end
|
|
|
|
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR")
|
|
tup.include(HELPERDIR .. "/use_tcc.lua")
|
|
|
|
link_tcc("main.c", "kmatrix");
|