php / pie

The PHP Installer for Extensions
BSD 3-Clause "New" or "Revised" License
630 stars 18 forks source link

Fix building with multiple jobs for BSDmake #81

Closed TimWolla closed 3 weeks ago

TimWolla commented 3 weeks ago

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 of make.

Fixes php/pie#80

asgrim commented 3 weeks ago

Thank you @TimWolla ! 🙌