From e281ea26c19103dcbc7f951a8592eeb6a1ff63a3 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 10 Jul 2016 16:07:52 +0800 Subject: parse includes from cl.exe --- xmake/actions/build/kinds/object.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/actions') diff --git a/xmake/actions/build/kinds/object.lua b/xmake/actions/build/kinds/object.lua index a1adb5d0f..ed4806822 100755 --- a/xmake/actions/build/kinds/object.lua +++ b/xmake/actions/build/kinds/object.lua @@ -120,7 +120,7 @@ function _build(target, g, index) end -- complie it and enable multitasking - compiler.compile(sourcefile, objectfile, incdepfile, target, true) + compiler.compile(sourcefile, objectfile, incdepfile, target) end -- build objects for the given target -- cgit v1.3.1