mirror of
https://github.com/pierrechevalier83/ferris.git
synced 2024-11-30 22:53:45 +03:00
6d2b3e3315
Already with my usage, I was hitting many "opinions" from meson that were forcing me to write a lot of boilerplate. meson is designed to build very conforming C++ projects and not much else, so it wasn't the right tool for the job for something custom and very simple. Replace it with ~100 lines of python for now to generate a ninja file that can be committed. The user workflow is as simple as can be: ``` ninja ``` The build dir will contain all outputs. For adding variants or artifacts, * Edit `configure.py` * `./configure.py` * `git add build.ninja` |
||
---|---|---|
.. | ||
kiplot@f1c85dbdba | ||
ninja@08eb91637a |