bkaradzic / GENie

GENie - Project generator tool
Other
905 stars 168 forks source link

Fix ninja custombuildtask generation #567

Closed FlykeSpice closed 5 months ago

FlykeSpice commented 5 months ago

This should fix https://github.com/bkaradzic/GENie/issues/420

In Ninja a build can only be associated to a single rule, so concatenate all the commands to a single rule rather than generate a rule for each command.