diff options
| author | ruki <[email protected]> | 2021-04-27 23:35:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-04-27 23:35:34 +0800 |
| commit | 9f44201bbc86bde6e78fcf742ac0ec779cc3d3d0 (patch) | |
| tree | b299fc3ed1eb7077fe681e201e7a810f5260940c | |
| parent | 28b3092fdd8bd5cf16c4838a201ad5a0acb85a2e (diff) | |
fix ml
| -rw-r--r-- | xmake/modules/core/tools/ml.lua | 2 |
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 |
