diff --git a/mach/proto/fp/build.lua b/mach/proto/fp/build.lua index 2a0f1b39c..62d0d8114 100644 --- a/mach/proto/fp/build.lua +++ b/mach/proto/fp/build.lua @@ -19,7 +19,7 @@ for _, plat in ipairs({"cpm"}) do }, suffix = ".s", vars = { - ackcflags = "-I"..dirname(byte_order), + ["+ackcflags"] = { "-I"..dirname(byte_order) }, plat = plat } }