summaryrefslogtreecommitdiff
path: root/xmake/rules/plugin/vsxmake/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-12-30 00:50:02 +0800
committerruki <[email protected]>2020-12-30 00:50:02 +0800
commit944565c7161a1c834461e3cdbb2f23a72d5884b9 (patch)
tree43318a57c111dc6989ceb0c1a40067d83fbff7f7 /xmake/rules/plugin/vsxmake/xmake.lua
parentcf4d9172c96f24ea44ab02e74fbeaf6baa3ffbb2 (diff)
improve autoupdate
Diffstat (limited to 'xmake/rules/plugin/vsxmake/xmake.lua')
-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 323ffb5dd..c37c38101 100644
--- a/xmake/rules/plugin/vsxmake/xmake.lua
+++ b/xmake/rules/plugin/vsxmake/xmake.lua
@@ -28,7 +28,7 @@
-- @endcode
--
rule("plugin.vsxmake.autoupdate")
- before_build(function (target)
+ after_build(function (target)
-- imports
import("core.project.depend")