summaryrefslogtreecommitdiff
path: root/xmake/core/platform/platform.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-05-15 22:39:01 +0800
committerruki <[email protected]>2020-05-15 09:54:07 +0800
commit53f9e8e305a0cc51f4021a957cfdbc5c37784b9b (patch)
tree94eabbc7e68a106700c59554eb28b6e1d1a3c9fd /xmake/core/platform/platform.lua
parentba17a96c48652053a14d37501dff1bc0a334ce45 (diff)
improve platform menu
Diffstat (limited to 'xmake/core/platform/platform.lua')
-rw-r--r--xmake/core/platform/platform.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/xmake/core/platform/platform.lua b/xmake/core/platform/platform.lua
index 5952a0033..bf6734373 100644
--- a/xmake/core/platform/platform.lua
+++ b/xmake/core/platform/platform.lua
@@ -367,11 +367,7 @@ function platform.plats()
end
end
end
-
- -- save them
platform._PLATS = plats
-
- -- ok
return plats
end