summaryrefslogtreecommitdiff
path: root/xmake/actions
diff options
context:
space:
mode:
authorruki <[email protected]>2016-07-10 16:07:52 +0800
committerruki <[email protected]>2016-07-10 16:07:52 +0800
commite281ea26c19103dcbc7f951a8592eeb6a1ff63a3 (patch)
treeb2ef3ea44478ad5d7ec5cf3f1a11e65213fd379b /xmake/actions
parentfd39adb3d959e605370098a72ec7e92b462fce62 (diff)
parse includes from cl.exe
Diffstat (limited to 'xmake/actions')
-rwxr-xr-xxmake/actions/build/kinds/object.lua2
1 files changed, 1 insertions, 1 deletions
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