Skip to content

Commit

Permalink
Build fix for SLES12
Browse files Browse the repository at this point in the history
Only tbb needs to be build on this platform.

Partial-Bug: #1488627
Co-Authored-By: Thomas Bechtold <tbechtold@suse.com>
Change-Id: If6f79e50eac876c859c90ee59f71624c40ac9763
  • Loading branch information
dirkmueller and toabctl committed Aug 25, 2015
1 parent d408bd3 commit 5c6a645
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/SConscript
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 5c6a645

Please sign in to comment.