From c7ef62e51318eef95e520c3fdd7d63eef5d8218d Mon Sep 17 00:00:00 2001 From: KonaBlend Date: Sat, 26 Mar 2016 10:26:51 -0400 Subject: [PATCH] fix regression from 7e600c7 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 7d9b9b166..5d06a947b 100755 --- a/Rakefile +++ b/Rakefile @@ -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