summaryrefslogtreecommitdiff
path: root/xmake/languages/dlang/api.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-09-29 00:18:31 +0800
committerruki <[email protected]>2020-09-29 00:18:31 +0800
commitd662c54d57accd1382c2368e3c7f27832d9ef10d (patch)
tree0a9b103c16aab1f8c887b597deeddab9f7e9a709 /xmake/languages/dlang/api.lua
parent0c52f3a6ab4397c5be94c3293f4ae20d6b7a8b94 (diff)
rename other pathes to paths
Diffstat (limited to 'xmake/languages/dlang/api.lua')
-rw-r--r--xmake/languages/dlang/api.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/languages/dlang/api.lua b/xmake/languages/dlang/api.lua
index 00a484cd7..9f6f92b3e 100644
--- a/xmake/languages/dlang/api.lua
+++ b/xmake/languages/dlang/api.lua
@@ -61,7 +61,7 @@ function apis()
, "toolchain.add_linkdirs"
, "toolchain.add_includedirs"
}
- _g.pathes =
+ _g.paths =
{
-- target.add_xxx
"target.add_linkdirs"