Files
kolibrios/programs/system/reshare/Tupfile.lua
Burer f7b8d753ca
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 37s
Build system / Build (pull_request) Failing after 1m45s
apps/reshare: rewrite to fasm
Co-authored-by: rgimad <rgimad@kolibrios.org>
2026-02-02 10:23:56 +02:00

4 lines
297 B
Lua

if tup.getconfig("NO_FASM") ~= "" then return end
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
tup.include(HELPERDIR .. "/use_fasm.lua")
tup.rule("reshare.asm", FASM .. " -dlang=" .. tup.getconfig("LANG") .. " %f %o" .. tup.getconfig("KPACK_CMD"), "%B")