Skip to content

Commit

Permalink
redhat7 still requires building third_party libs
Browse files Browse the repository at this point in the history
Change-Id: I6a3fea55bb73ceb9d58e452b5604df26f2ba3350
Closes-Bug: #1554790
  • Loading branch information
Megh Bhatt committed Mar 9, 2016
1 parent d0f708b commit dae957a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if distname == 'Ubuntu' and LooseVersion(version) >= LooseVersion('14.04'):
pass
elif (distname == 'debian' or distname == 'raspbian') and LooseVersion(version) >= LooseVersion('8'):
pass
elif (distname == 'centos' or distname == 'redhat') and LooseVersion(version) >= LooseVersion('7.0'):
elif distname == 'centos' and LooseVersion(version) >= LooseVersion('7.0'):
subdirs += [
'gperftools',
'log4cplus',
Expand Down

0 comments on commit dae957a

Please sign in to comment.