summaryrefslogtreecommitdiff
path: root/xmake/rules/asm/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-02-07 23:51:40 +0800
committerruki <[email protected]>2022-02-07 23:51:40 +0800
commit4ec0ff6570e24ed3e2434cc9f81c728fd002f20c (patch)
tree959d09f1a9635dd066c61a3ed2dab93495805bc8 /xmake/rules/asm/xmake.lua
parentc88d9afcb3e929d6c0a4f3644399ac3df572829f (diff)
update changelog
Diffstat (limited to 'xmake/rules/asm/xmake.lua')
-rw-r--r--xmake/rules/asm/xmake.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/xmake/rules/asm/xmake.lua b/xmake/rules/asm/xmake.lua
index 153bc4802..d916af720 100644
--- a/xmake/rules/asm/xmake.lua
+++ b/xmake/rules/asm/xmake.lua
@@ -38,3 +38,10 @@ rule("asm")
-- we attempt to extract symbols to the independent file and
-- strip self-target binary if `set_symbols("debug")` and `set_strip("all")` are enabled
add_deps("utils.symbols.extract")
+
+ -- add platform rules
+ add_deps("platform.windows")
+
+ -- add linker rules
+ add_deps("linker.link_scripts", "linker.version_scripts")
+