summaryrefslogtreecommitdiff
path: root/xmake/plugins
diff options
context:
space:
mode:
authorruki <[email protected]>2017-06-29 11:55:29 +0800
committerruki <[email protected]>2017-06-29 11:55:29 +0800
commit2be42fdf5f7c47d70dc569d51ea947c595211830 (patch)
tree3c3052b4d95145f92bf6b45943bb55cab0ec34f9 /xmake/plugins
parent1c898dee704ec1c8d76da288471f95bbd68c36b8 (diff)
disable cache for project history/cache
Diffstat (limited to 'xmake/plugins')
-rw-r--r--xmake/plugins/macro/main.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/plugins/macro/main.lua b/xmake/plugins/macro/main.lua
index 1fbd26207..59510fc89 100644
--- a/xmake/plugins/macro/main.lua
+++ b/xmake/plugins/macro/main.lua
@@ -24,9 +24,9 @@
-- imports
import("core.base.option")
-import("core.project.cache")
+import("core.project.cache", {nocache = true})
import("core.project.config")
-import("core.project.history")
+import("core.project.history", {nocache = true})
-- the macro directories
function _directories()