summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-02-12 21:03:21 +0800
committerruki <[email protected]>2024-02-12 21:03:21 +0800
commit0cd8d53b058758dc86b8243ff4dd07c20ef855e6 (patch)
tree7c990582d0f2f4a84aa9628192ab78a5da792f76
parent5c51e97c3c35d21f8b463ed3377e113b55c4af22 (diff)
improve comments
-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`