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:
parent
28fa87078d
commit
299b969324
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user