From 8d45fd0cbf8a0e8c25bfd3f8ca113e83c525106b Mon Sep 17 00:00:00 2001 From: Kiril Lipatov Date: Mon, 31 Mar 2025 22:56:58 +0200 Subject: [PATCH] Update programs/other/calcplus/Tupfile.lua fix --- programs/other/calcplus/Tupfile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/other/calcplus/Tupfile.lua b/programs/other/calcplus/Tupfile.lua index 71502727e..63ee1d4c1 100644 --- a/programs/other/calcplus/Tupfile.lua +++ b/programs/other/calcplus/Tupfile.lua @@ -1,2 +1,2 @@ if tup.getconfig("NO_FASM") ~= "" then return end -tup.rule("pipet.asm", FASM .. " -dlang=" .. tup.getconfig("LANG") .. " %f %o" .. tup.getconfig("KPACK_CMD"), "%B") +tup.rule("calcplus.asm", "fasm %f %o -dlang=" .. tup.getconfig("LANG") .. " %f %o" .. tup.getconfig("KPACK_CMD"), "%B")