Files
kolibrios/programs/other/fb2reader/Tupfile.lua
hrigar 6ccc7e27fe
Some checks failed
Build system / Build (pull_request) Failing after 2s
Build system / Check kernel codestyle (pull_request) Successful in 30s
fb2reader: add to oberon07 build system
Signed-off-by: hrigar <h4gar02@protonmail.com>
2026-02-24 22:07:47 +05:30

10 lines
217 B
Lua

if tup.getconfig("NO_OB07") ~= "" then return end
if tup.getconfig("HELPERDIR") == ""
then
HELPERDIR = "../../"
end
tup.include(HELPERDIR .. "/use_ob07.lua")
build_ob07({"SRC/FB2READ.ob07"}, "fb2read", "-upper");