diff options
| author | ruki <[email protected]> | 2021-04-21 00:30:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-04-21 00:30:34 +0800 |
| commit | 23ba4a62f11733c4b07ae91f372126bf7f1c23c2 (patch) | |
| tree | 072298270c92fc18652352d370df879643f67cbc /xmake/modules/private/action/require/impl/package.lua | |
| parent | 072137dccbce50de95b938f4bb836310cb3081cb (diff) | |
improve package label
Diffstat (limited to 'xmake/modules/private/action/require/impl/package.lua')
| -rw-r--r-- | xmake/modules/private/action/require/impl/package.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/modules/private/action/require/impl/package.lua b/xmake/modules/private/action/require/impl/package.lua index 9e8a3e1a2..e0cff2e5a 100644 --- a/xmake/modules/private/action/require/impl/package.lua +++ b/xmake/modules/private/action/require/impl/package.lua @@ -68,6 +68,9 @@ end -- - add_requires("zlib~debug", {debug = true}) -- - add_requires("zlib~shared", {configs = {shared = true}, alias = "zlib_shared"}) -- +-- - add_requires("zlib~label1") +-- - add_requires("zlib", {label = "label2"}) +-- -- private package, only for installation, do not export any links/includes and environments to target -- - add_requires("zlib", {private = true}) -- |
