diff options
| author | Jérôme Leclercq <[email protected]> | 2021-03-30 17:39:39 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-30 17:39:39 +0200 |
| commit | 601752bff01bf632b179e35c367fc386de755907 (patch) | |
| tree | b0192db831d458aa892a3683334c989f8cf03b9b /xmake/rules/plugin | |
| parent | 3639036268e8dace3f62181830510034b858d453 (diff) | |
Update xmake.lua
Diffstat (limited to 'xmake/rules/plugin')
| -rw-r--r-- | xmake/rules/plugin/vsxmake/xmake.lua | 2 |
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 () |
