summaryrefslogtreecommitdiff
path: root/xmake/rules/dlang/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/dlang/xmake.lua
parent17d633d99e0adc0871b72c6b970349c5d077e3fd (diff)
fix tests
Diffstat (limited to 'xmake/rules/dlang/xmake.lua')
-rw-r--r--xmake/rules/dlang/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/dlang/xmake.lua b/xmake/rules/dlang/xmake.lua
index 748026e85..3e123e0d8 100644
--- a/xmake/rules/dlang/xmake.lua
+++ b/xmake/rules/dlang/xmake.lua
@@ -40,5 +40,5 @@ rule("dlang")
add_deps("utils.symbols.extract")
-- add linker rules
- add_deps("linker.version_scripts")
+ add_deps("linker")