On Sun, Jul 30, 2023 at 12:24:01AM +0000, Brian Callahan wrote:
> Hi ports --
> 
> Attached is an update to azpainter. The software works fine. My primary
> question is that they moved from make to a configure script that
> generates a ninja file, and I was wondering if there was a better way to
> handle building with ninja outside of cmake/meson.

I think that's the way to do it, see devel/gn for example.

ninja supports -C, i.e. no need for 'cd &&'.
ninja supports -J, i.e. you should honour MAKE_JOBS in do-build.

> 
> OK?
> 
> ~Brian

Reply via email to