DragonBuild / dragon

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

Resolve issue with path globs #10

Closed LorenzoPane closed 4 years ago

LorenzoPane commented 4 years ago

Build.ninja would sometimes be generated with improper patterns due to splitting globbed directories with the subdir string (which may have more than once occurrence in the path). This resulted in build.ninja files with multiple rules generating the same improper object files.

0cyn commented 4 years ago

I need to stop writing so much code when I'm tired.

Excellent patch. Thank you.