diff options
| author | ruki <[email protected]> | 2022-02-07 23:51:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-02-07 23:51:40 +0800 |
| commit | 4ec0ff6570e24ed3e2434cc9f81c728fd002f20c (patch) | |
| tree | 959d09f1a9635dd066c61a3ed2dab93495805bc8 /xmake/rules/dlang | |
| parent | c88d9afcb3e929d6c0a4f3644399ac3df572829f (diff) | |
update changelog
Diffstat (limited to 'xmake/rules/dlang')
| -rw-r--r-- | xmake/rules/dlang/xmake.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake/rules/dlang/xmake.lua b/xmake/rules/dlang/xmake.lua index 0b4a5ff07..748026e85 100644 --- a/xmake/rules/dlang/xmake.lua +++ b/xmake/rules/dlang/xmake.lua @@ -38,3 +38,7 @@ rule("dlang") -- 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 linker rules + add_deps("linker.version_scripts") + |
