Skip to content

Commit

Permalink
Update armasm.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi authored Nov 17, 2021
1 parent 41173c5 commit b7e124e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xmake/modules/core/tools/armasm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit b7e124e

Please sign in to comment.