summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/vsxmake/render.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/plugins/project/vsxmake/render.lua')
-rw-r--r--xmake/plugins/project/vsxmake/render.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/plugins/project/vsxmake/render.lua b/xmake/plugins/project/vsxmake/render.lua
index 8777471e0..346eec2f0 100644
--- a/xmake/plugins/project/vsxmake/render.lua
+++ b/xmake/plugins/project/vsxmake/render.lua
@@ -46,7 +46,7 @@ function _expand(params)
for i, p in ipairs(r) do
rcopy[i] = p .. "\0" .. c
end
- newr= table.join(newr, rcopy)
+ newr = table.join(newr, rcopy)
end
r = newr
end
@@ -71,4 +71,4 @@ end
function main(templatepath, pattern, paramsprovider)
local opt = { pattern = pattern, paramsprovider = paramsprovider, templatedir = path.directory(templatepath) }
return _render(templatepath, opt, {})
-end \ No newline at end of file
+end