Skip to content

Commit

Permalink
Merge "Build fix for SLES12"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Aug 27, 2015
2 parents e76ffda + 5c6a645 commit dc478fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ elif distname == 'centos' and LooseVersion(version) >= LooseVersion('7.0'):
]
elif distname == 'fedora' and LooseVersion(version) >= LooseVersion('20'):
pass
elif distname == 'SuSE' and LooseVersion(version) >= LooseVersion('12'):
subdirs += ['tbb']
else:
subdirs += [
'boost',
Expand Down

0 comments on commit dc478fb

Please sign in to comment.