summaryrefslogtreecommitdiff
path: root/xmake/core/project/project.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-03-06 00:32:09 +0800
committerruki <[email protected]>2021-03-06 00:32:09 +0800
commit0a3430a9e0a613de7cdac9e8d75335683744ab95 (patch)
treee8ae3f4c8724e312a5c26884fde4292029e670d4 /xmake/core/project/project.lua
parent6ad24d9abe5b30d3b3c7dbf812afc558a10ecc08 (diff)
switch on_config
Diffstat (limited to 'xmake/core/project/project.lua')
-rw-r--r--xmake/core/project/project.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua
index 75cfa106e..86990a2cb 100644
--- a/xmake/core/project/project.lua
+++ b/xmake/core/project/project.lua
@@ -935,6 +935,7 @@ function project.ordertargets()
if not ordertargets then
-- ensure ordertargets to be cached
project.targets()
+ ordertargets = project._memcache():get("ordertargets")
end
return ordertargets
end