[Qbs] Building a universal binary with multiplexing

Christian Kandeler christian.kandeler at qt.io
Tue Jan 9 11:24:52 CET 2024


On 1/9/24 09:05, Leon Buckel wrote:

> The issue I’m having now is that for the aggregate step I don’t want to run the build command again. So I would have to somehow check if the current run is the aggregate and just return an empty command array.
> The question now is: How do I check that?

You can identify the aggregate by this condition: product.aggregate && 
!product.multiplexConfigurationId

The latter property is undocumented. Perhaps we should introduce 
product.isAggregate.


Christian



More information about the Qbs mailing list