diff options
| author | ruki <[email protected]> | 2015-05-20 15:20:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-05-20 15:20:30 +0800 |
| commit | 111bd8e8cbf0c3b242ed3b137415d9560c4aac37 (patch) | |
| tree | 6bcfd7011182bacf3d720cab5211db2cec7116db /xmake/scripts/base/makefile.lua | |
| parent | f78e2768746980830994537ebb03397a31276f1d (diff) | |
add other platforms and update tbox for windows
Diffstat (limited to 'xmake/scripts/base/makefile.lua')
| -rw-r--r-- | xmake/scripts/base/makefile.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/base/makefile.lua b/xmake/scripts/base/makefile.lua index a6d24a076..04e237a74 100644 --- a/xmake/scripts/base/makefile.lua +++ b/xmake/scripts/base/makefile.lua @@ -96,7 +96,7 @@ function makefile._objfiles(name, srcfiles) for _, srcfile in ipairs(srcfiles) do -- make object file - local objfile = string.format("%s/%s/%s/%s/%s/%s", buildir, name, path.directory(srcfile), format[1], path.basename(srcfile), format[2]) + local objfile = string.format("%s/%s/%s/%s%s%s", buildir, name, path.directory(srcfile), format[1], path.basename(srcfile), format[2]) -- save it objfiles[i] = path.translate(objfile) |
