This pull request updates ninja to its latest released version, 1.11.1. Rather than the Makefile handling a build directory, this change uses cmake's -B flag, introduced in 3.13+. Tested on iOS 12, 14, and macOS 12.6.1.
Checklist
[x] Have you made sure there aren't any other open Pull Requests for the same update/change?
[ ] This Pull Request doesn't contain any package additions; it's a small change (e.g README change)
[x] Have you confirmed this builds & works as intended on an iOS device (if applicable)?
[x] Have you confirmed this builds & works as intended on a macOS device (if applicable)?
This pull request updates ninja to its latest released version, 1.11.1. Rather than the Makefile handling a build directory, this change uses cmake's
-B
flag, introduced in 3.13+. Tested on iOS 12, 14, and macOS 12.6.1.Checklist