Closed TimWolla closed 3 weeks ago
BSDmake does not accept the --jobs long-form flag and requires the use of -j.
--jobs
-j
The issue can be reproduced on a Ubuntu docker container by installing bmake and invoking that instead of make.
bmake
make
Fixes php/pie#80
Thank you @TimWolla ! 🙌
BSDmake does not accept the
--jobs
long-form flag and requires the use of-j
.The issue can be reproduced on a Ubuntu docker container by installing
bmake
and invoking that instead ofmake
.Fixes php/pie#80