Commit f875ad9
committed
Replace
``getconf _NPROCESSORS_ONLN`` is available in both Linux and macOS, but
``nproc`` is not. This change prevents the build from breaking again if
macOS ever upgrades its `make` to version 4 or above.nproc with getconf _NPROCESSORS_ONLN
1 parent 04c4d54 commit f875ad9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| |||
0 commit comments