summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/ml.lua
diff options
context:
space:
mode:
authorfallen ink <[email protected]>2021-04-28 10:56:23 +0800
committerfallen ink <[email protected]>2021-04-28 10:56:23 +0800
commitf56eed0f2ccb9bc7027fdff13a2ff2e9c1ea24d6 (patch)
tree41b0694d11eaa1662facb3a7d0c6083dad5c1e2b /xmake/modules/core/tools/ml.lua
parenta01adb5915ba8d370267edf02a2a7559ab628c19 (diff)
parent9f44201bbc86bde6e78fcf742ac0ec779cc3d3d0 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'xmake/modules/core/tools/ml.lua')
-rw-r--r--xmake/modules/core/tools/ml.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/ml.lua b/xmake/modules/core/tools/ml.lua
index a90cade20..83da11fb6 100644
--- a/xmake/modules/core/tools/ml.lua
+++ b/xmake/modules/core/tools/ml.lua
@@ -87,7 +87,7 @@ end
-- make the includedir flag
function nf_includedir(self, dir)
- return {"-I", dir}
+ return {"-I" .. dir}
end
-- make the sysincludedir flag