Fix build of ps2mouse4d driver

The previous commit removed the trunk directory, fix Tupfile.lua too.
This commit was merged in pull request #402.
This commit is contained in:
2026-04-03 14:59:01 +01:00
committed by Burer
parent a591b2b25a
commit f7a3e34289
+1 -1
View File
@@ -1,3 +1,3 @@
if tup.getconfig("NO_FASM") ~= "" then return end
ROOT = "../../../.."
ROOT = "../../.."
tup.rule("ps2mouse.asm", "fasm %f %o " .. tup.getconfig("PESTRIP_CMD") .. tup.getconfig("KPACK_CMD"), "%B.sys")