diff options
Diffstat (limited to 'xmake/rules/plugin')
| -rw-r--r-- | xmake/rules/plugin/vsxmake/xmake.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xmake/rules/plugin/vsxmake/xmake.lua b/xmake/rules/plugin/vsxmake/xmake.lua index a2375bd16..323ffb5dd 100644 --- a/xmake/rules/plugin/vsxmake/xmake.lua +++ b/xmake/rules/plugin/vsxmake/xmake.lua @@ -45,7 +45,9 @@ rule("plugin.vsxmake.autoupdate") print("update vsxmake project ..") task.run("project", {kind = "vsxmake"}) print("update vsxmake project ok") - end, {dependfile = tmpfile .. ".d", files = project.allfiles()}) + end, {dependfile = tmpfile .. ".d", + files = project.allfiles(), + values = target:sourcefiles()}) end lockfile:close() end |
