summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/core/platform/platform.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake/core/platform/platform.lua b/xmake/core/platform/platform.lua
index 2a9c35c6b..8eaa56907 100644
--- a/xmake/core/platform/platform.lua
+++ b/xmake/core/platform/platform.lua
@@ -151,6 +151,10 @@ function platform._interpreter()
-- platform.on_xxx
"platform.on_load"
, "platform.on_check"
+ , "platform.on_config_check"
+ , "platform.on_global_check"
+ , "platform.on_environment_enter"
+ , "platform.on_environment_leave"
}
, module =
{