diff options
| author | ruki <[email protected]> | 2017-06-29 11:55:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-06-29 11:55:29 +0800 |
| commit | 2be42fdf5f7c47d70dc569d51ea947c595211830 (patch) | |
| tree | 3c3052b4d95145f92bf6b45943bb55cab0ec34f9 /xmake/plugins | |
| parent | 1c898dee704ec1c8d76da288471f95bbd68c36b8 (diff) | |
disable cache for project history/cache
Diffstat (limited to 'xmake/plugins')
| -rw-r--r-- | xmake/plugins/macro/main.lua | 4 |
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() |
