files
kolibrios/programs/cmm/notes/Tupfile.lua
Maxim Logaev 4dda81dee9 Apps: Remove unsupported C-- option from build
- Execute permissions are set for `c--.elf`;
- The `/OPATH`` option, which used to work in a mysterious way, is no longer used.

Signed-off-by: Maxim Logaev <maxlogaev@proton.me>
2025-02-26 00:11:51 +03:00

6 lines
189 B
Lua

if tup.getconfig("NO_CMM") ~= "" then return end
if tup.getconfig("LANG") == "ru_RU"
then C_LANG = "LANG_RUS"
else C_LANG = "LANG_ENG" -- this includes default case without config
end