diff options
Diffstat (limited to 'xmake/languages/dlang/load.lua')
| -rw-r--r-- | xmake/languages/dlang/load.lua | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmake/languages/dlang/load.lua b/xmake/languages/dlang/load.lua index acf45f0bd..f11fd8005 100644 --- a/xmake/languages/dlang/load.lua +++ b/xmake/languages/dlang/load.lua @@ -29,8 +29,6 @@ function _get_apis() , "target.add_arflags" , "target.add_shflags" , "target.add_rpathdirs" -- @note do not translate path, it's usually an absolute path or contains $ORIGIN/@loader_path - , "target.add_linkorders" - , "target.add_linkgroups" -- option.add_xxx , "option.add_links" , "option.add_syslinks" @@ -62,6 +60,11 @@ function _get_apis() , "toolchain.add_includedirs" , "toolchain.add_sysincludedirs" } + apis.groups = { + -- target.add_xxx + "target.add_linkorders" + , "target.add_linkgroups" + } apis.paths = { -- target.add_xxx "target.add_linkdirs" |
