From b7e124e4f8e77e75025717cee6b6066dfa34d813 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 17 Nov 2021 11:04:24 +0800 Subject: Update armasm.lua --- xmake/modules/core/tools/armasm.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xmake/modules/core/tools/armasm.lua b/xmake/modules/core/tools/armasm.lua index 181d8b7e8..3065fe0a3 100644 --- a/xmake/modules/core/tools/armasm.lua +++ b/xmake/modules/core/tools/armasm.lua @@ -92,6 +92,11 @@ function nf_language(self, stdname) end end +-- make the define flag +function nf_define(self, macro) + return {"--pd", macro .. " SETA 1"} +end + -- make the includedir flag function nf_includedir(self, dir) return {"-I" .. dir} -- cgit v1.3.1