Skip to content

Make build tools support passing in opt.targets.#6656

Merged
waruqi merged 6 commits intoxmake-io:devfrom
Redbeanw44602:dev
Jul 28, 2025
Merged

Make build tools support passing in opt.targets.#6656
waruqi merged 6 commits intoxmake-io:devfrom
Redbeanw44602:dev

Conversation

@Redbeanw44602
Copy link
Contributor

No description provided.

@waruqi waruqi added this to the v3.0.2 milestone Jul 28, 2025
@waruqi
Copy link
Member

waruqi commented Jul 28, 2025

please update and sync all package tools.

./xmake/modules/package/tools/ninja.lua
34:    local targets = table.wrap(opt.target)

./xmake/modules/package/tools/gn.lua
130:    local targets = table.wrap(opt.target)
143:    local targets = table.wrap(opt.target)

./xmake/modules/package/tools/xmake.lua
530:    local target = table.wrap(opt.target)
539:    local targets = table.wrap(opt.target)

./xmake/modules/package/tools/cmake.lua
1078:    local targets = table.wrap(opt.target)
1113:        target = opt.target})
1124:    local targets = table.wrap(opt.target)
1202:        target = opt.target})

@Redbeanw44602 Redbeanw44602 changed the title Support opt.targets in cmake tools. Make build tools support passing in opt.targets. Jul 28, 2025
@waruqi waruqi merged commit b3d31f4 into xmake-io:dev Jul 28, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants