suggestion: samurai

René J. V. Bertin rjvbertin at gmail.com
Sun Dec 8 10:07:02 UTC 2019


PS: an alternative solution for the ninja issue outlined in my OP would be a 
wrapper script like this

{{{
#!/bin/sh

if [ "${NINJA_JOBS}" != "" ] ;then
        exec ninja.bin -j "${NINJA_JOBS}" "$@"
else
        exec ninja.bin "$@"
fi
}}}



More information about the macports-dev mailing list