From 9f44201bbc86bde6e78fcf742ac0ec779cc3d3d0 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 27 Apr 2021 23:35:34 +0800 Subject: fix ml --- xmake/modules/core/tools/ml.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/core/tools/ml.lua') 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 -- cgit v1.3.1