make-it-quick
make-it-quick copied to clipboard
A simple auto-configuring make-only build system
This draft PR experiments with the adoption of the proposed new language feature for [lightweight same-type syntax for primary associated types][SE-0346] in the Swift Standard Library. [SE-0346]: https://github.com/apple/swift-evolution/blob/main/proposals/0346-light-weight-same-type-syntax.md _Originally posted...
There are some issues when cross-compiling (tested with c3d/recorder). 1) CC environment variable doesn't get respected (fixed by replacing "CC=" in config.gnu.mk with "CC?=") 2) Extra dash to CROSS_COMPILE. In...
On macOS Catalina, System Integrity Protection has the side effect that `DYLD_LIBRARY_PATH` no longer has any effect. This makes the default implementation of `make check` fail for any program that...