diff options
| author | ruki <[email protected]> | 2026-08-06 00:14:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-08-06 00:14:19 +0800 |
| commit | 59dd47f6429a1162b9cdd242a9dfcfecdfedb1db (patch) | |
| tree | 4f3560aaaca4f2099cdc854bb83f0466f1905b14 /xmake/core/package/package.lua | |
| parent | 5c68815ee523bb6fff7d285016e57efbc88d483a (diff) | |
fix plugin test
Diffstat (limited to 'xmake/core/package/package.lua')
| -rw-r--r-- | xmake/core/package/package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
