From 0cd8d53b058758dc86b8243ff4dd07c20ef855e6 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 12 Feb 2024 21:03:21 +0800 Subject: improve comments --- xmake/core/base/private/select_script.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xmake/core/base/private/select_script.lua') 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` -- cgit v1.3.1