diff options
| author | ruki <[email protected]> | 2016-07-10 16:07:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-07-10 16:07:52 +0800 |
| commit | e281ea26c19103dcbc7f951a8592eeb6a1ff63a3 (patch) | |
| tree | b2ef3ea44478ad5d7ec5cf3f1a11e65213fd379b /xmake/actions/build/kinds/object.lua | |
| parent | fd39adb3d959e605370098a72ec7e92b462fce62 (diff) | |
parse includes from cl.exe
Diffstat (limited to 'xmake/actions/build/kinds/object.lua')
| -rwxr-xr-x | xmake/actions/build/kinds/object.lua | 2 |
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 |
