fix regression from 7e600c7

This commit is contained in:
KonaBlend 2016-03-26 10:26:51 -04:00
parent 95c2edd329
commit c7ef62e513

View File

@ -241,7 +241,7 @@ cxx_compiler = lambda do |t|
]
if pchi.pretty_flags
PCH.runq(*args[0..1], args[2].merge(pchi.pretty_flags))
PCH.runq(*args[0..2], args[3].merge(pchi.pretty_flags))
else
runq(*args)
end