gen_makefile.py: libsmpp34 can build in parallel now

This commit is contained in:
Neels Hofmeyr 2018-05-29 12:24:34 +02:00
parent 8b5d6a96c5
commit 2e65707b57
1 changed files with 0 additions and 4 deletions

View File

@ -160,10 +160,6 @@ def gen_make(proj, deps, configure_opts, jobs, make_dir, src_dir, build_dir, url
else:
configure_opts_str = ''
# special hack for libsmpp34: cannot build in parallel
if proj == 'libsmpp34':
jobs = 1
return r'''
### {proj} ###