DragonBuild / dragon

pip install dragon | A Powerful buildsystem and toolkit currently targeting darwin (iOS/macOS) machines
MIT License
220 stars 23 forks source link

Have to manually rename [projectname].ninja to build.ninja #40

Closed Squidkingdom closed 3 years ago

Squidkingdom commented 4 years ago

A bug exists where when [projectname].ninja is generated, it is not renamed to build.ninja and ninja fails. Can be circumvented by renaming [projectname].ninja manually.

0cyn commented 3 years ago

Can you reproduce this reliably and provide the steps to do so?

Squidkingdom commented 3 years ago

I think I had multiple concurrent builds on dragon installed and all intercommunicating. In troubleshooting something else, I did a fresh install and issue was fixed.