summaryrefslogtreecommitdiff
path: root/xmake/rules/plugin
diff options
context:
space:
mode:
authorJérôme Leclercq <[email protected]>2021-03-30 17:39:39 +0200
committerGitHub <[email protected]>2021-03-30 17:39:39 +0200
commit601752bff01bf632b179e35c367fc386de755907 (patch)
treeb0192db831d458aa892a3683334c989f8cf03b9b /xmake/rules/plugin
parent3639036268e8dace3f62181830510034b858d453 (diff)
Update xmake.lua
Diffstat (limited to 'xmake/rules/plugin')
-rw-r--r--xmake/rules/plugin/vsxmake/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/plugin/vsxmake/xmake.lua b/xmake/rules/plugin/vsxmake/xmake.lua
index 5da644be4..1821e5dfb 100644
--- a/xmake/rules/plugin/vsxmake/xmake.lua
+++ b/xmake/rules/plugin/vsxmake/xmake.lua
@@ -44,7 +44,7 @@ rule("plugin.vsxmake.autoupdate")
if os.getenv("XMAKE_IN_VSTUDIO") then
local sourcefiles = {}
for _, target in pairs(project.targets()) do
- table.join2(sourcefiles, target:headerfiles(), target:sourcefiles())
+ table.join2(sourcefiles, target:sourcefiles(), target:headerfiles())
end
table.sort(sourcefiles)
depend.on_changed(function ()