1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 14:56:14 +01:00

install gcc-c++ when using icecream (bnc#493550)

This commit is contained in:
Ludwig Nussel 2009-04-14 11:33:50 +00:00
parent 28fa87078d
commit 299b969324

View File

@ -262,6 +262,7 @@ def main(opts, argv):
if opts.icecream:
buildargs.append('--icecream %s' % opts.icecream)
xp.append('icecream')
xp.append('gcc-c++')
if opts.ccache:
buildargs.append('--ccache')
xp.append('ccache')