summaryrefslogtreecommitdiff
path: root/xmake/core/base/private/select_script.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/base/private/select_script.lua')
-rw-r--r--xmake/core/base/private/select_script.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake/core/base/private/select_script.lua b/xmake/core/base/private/select_script.lua
index 70477f624..9b45d3c1e 100644
--- a/xmake/core/base/private/select_script.lua
+++ b/xmake/core/base/private/select_script.lua
@@ -29,7 +29,11 @@ local table = require("base/table")
-- select the matched pattern script for the current platform/architecture
--
-- the supported pattern:
+-- plat@host|arch
+-- plat|arch
+-- @host|arch
--
+-- e.g.
-- `@linux`
-- `@linux|x86_64`
-- `@macosx,linux`