diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-12-13 11:47:59 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-12-13 11:47:59 +0000 |
commit | ad4e58bff78d4e5b6816b67d7dd1691beeefd74e (patch) | |
tree | 9638e201ceb1729521410d248af02d1a8b41b18d /configure | |
parent | a082a8bcdbc742dbcc390d6def5ba082ff19b865 (diff) |
Fixed numthreads in dependencies also
Some problems with using the number of threads in dependency building were
fixed.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -674,6 +674,7 @@ numthreads=$($instdir/bin/nproc) rpath_command=$rpath_command \ static_build=$static_build \ on_mac_os=$on_mac_os \ + numthreads=$numthreads \ -j$numthreads |