diff options
| author | fallen ink <[email protected]> | 2021-04-28 10:56:23 +0800 |
|---|---|---|
| committer | fallen ink <[email protected]> | 2021-04-28 10:56:23 +0800 |
| commit | f56eed0f2ccb9bc7027fdff13a2ff2e9c1ea24d6 (patch) | |
| tree | 41b0694d11eaa1662facb3a7d0c6083dad5c1e2b /xmake/modules/core/tools/ml.lua | |
| parent | a01adb5915ba8d370267edf02a2a7559ab628c19 (diff) | |
| parent | 9f44201bbc86bde6e78fcf742ac0ec779cc3d3d0 (diff) | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'xmake/modules/core/tools/ml.lua')
| -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 |
