From 59dd47f6429a1162b9cdd242a9dfcfecdfedb1db Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 6 Aug 2026 00:14:19 +0800 Subject: fix plugin test --- xmake/core/package/package.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/core/package/package.lua') diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua index 59c11b2cb..e014d9578 100644 --- a/xmake/core/package/package.lua +++ b/xmake/core/package/package.lua @@ -3160,7 +3160,7 @@ end -- - plat: the given platform, we need to set it to the description scope at same time, -- e.g. add_requires("zlib~mingw", {plat = "mingw"}) -- @see https://github.com/orgs/xmake-io/discussions/3439 --- - arch: the given architecture, ditto +-- - arch: the given architecture, it's the same as `opt.plat` -- - repo: the repository instance which this package belongs to -- -- @return the package instance and errors -- cgit v1.3.1