1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-06 21:28:42 +02: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')