summaryrefslogtreecommitdiff
path: root/xmake/languages/dlang/api.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-11-10 00:35:32 +0800
committerruki <[email protected]>2020-11-09 21:47:14 +0800
commite4df2baa7a047a8aafc4cd38d50becac53a1eba8 (patch)
tree385ad3fc7221411e02f30dd284f54f119228a634 /xmake/languages/dlang/api.lua
parent0558a858bc0f9aab487293556074d7b058acbd3f (diff)
add add_sysincludedirs
Diffstat (limited to 'xmake/languages/dlang/api.lua')
-rw-r--r--xmake/languages/dlang/api.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake/languages/dlang/api.lua b/xmake/languages/dlang/api.lua
index 9f6f92b3e..699fd5215 100644
--- a/xmake/languages/dlang/api.lua
+++ b/xmake/languages/dlang/api.lua
@@ -50,6 +50,7 @@ function apis()
, "package.add_rpathdirs"
, "package.add_linkdirs"
, "package.add_includedirs"
+ , "package.add_sysincludedirs"
-- toolchain.add_xxx
, "toolchain.add_links"
, "toolchain.add_syslinks"
@@ -60,15 +61,18 @@ function apis()
, "toolchain.add_rpathdirs"
, "toolchain.add_linkdirs"
, "toolchain.add_includedirs"
+ , "toolchain.add_sysincludedirs"
}
_g.paths =
{
-- target.add_xxx
"target.add_linkdirs"
, "target.add_includedirs"
+ , "target.add_sysincludedirs"
-- option.add_xxx
, "option.add_linkdirs"
, "option.add_includedirs"
+ , "option.add_sysincludedirs"
}
-- ok