summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 4288565..7891676 100644
--- a/Rakefile
+++ b/Rakefile
@@ -95,7 +95,7 @@ task :prep do
# apply patches that haven't yet been pushed upstream
Dir["#{build_path}/patches/*"].sort.each do |file|
Dir.chdir build_path
- sh "patch -p2 < #{file}"
+ sh "patch -p2 --binary < #{file}"
end
# generate the yajl_version.h header file without invoking cmake