summaryrefslogtreecommitdiff
path: root/xmake/rules/asm/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-02-08 00:35:44 +0800
committerruki <[email protected]>2022-02-08 00:35:44 +0800
commit45cc977dfc486fd4ac1506f351ab0ccc37a72e7b (patch)
tree063a900ee70d4d3ea4f754c3cacc84736d82fcfa /xmake/rules/asm/xmake.lua
parent17d633d99e0adc0871b72c6b970349c5d077e3fd (diff)
fix tests
Diffstat (limited to 'xmake/rules/asm/xmake.lua')
-rw-r--r--xmake/rules/asm/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/asm/xmake.lua b/xmake/rules/asm/xmake.lua
index d916af720..78b693137 100644
--- a/xmake/rules/asm/xmake.lua
+++ b/xmake/rules/asm/xmake.lua
@@ -43,5 +43,5 @@ rule("asm")
add_deps("platform.windows")
-- add linker rules
- add_deps("linker.link_scripts", "linker.version_scripts")
+ add_deps("linker")