facebook / buck

A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages.
https://buck.build
Apache License 2.0
8.56k stars 1.16k forks source link

Trying to generate multiple targets with buck project --combined-project, expecting one project, got many #2694

Open YufeiG opened 2 years ago

YufeiG commented 2 years ago

The description says: --combined-project Indicates that Buck should build a single monoproject for all build targets specified.

However when I pass more than 1 target to buck project --combined-project, buck is still generating one project per target, instead of one monoproject for all targets.