From 630b8dabbf701ef9b490add3e6def10a74970d00 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 9 Feb 2021 22:35:25 +0800 Subject: improve core/tools and remove os.args --- xmake/modules/core/tools/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/core/tools/rc.lua') diff --git a/xmake/modules/core/tools/rc.lua b/xmake/modules/core/tools/rc.lua index a9db3903c..208161b67 100644 --- a/xmake/modules/core/tools/rc.lua +++ b/xmake/modules/core/tools/rc.lua @@ -43,7 +43,7 @@ end -- make the includedir flag function nf_includedir(self, dir) - return "-I" .. os.args(dir) + return {"-I" .. dir} end -- make the sysincludedir flag -- cgit v1.3.1