Skip to content

Commit

Permalink
use 32 bit mac osx build instead of the 64 bit one
Browse files Browse the repository at this point in the history
  • Loading branch information
pallymore committed Feb 16, 2015
1 parent 28d7493 commit 84f7c03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ included binaries

* Linux (Ubuntu Trusty) 32-bit
* Linux (Ubuntu Trusty) 64-bit
* OS X 10.6+ (Cocoa) 64-bit
* OS X 10.6+ (Carbon) 32-bit (currently 32bit build works better
than 64 bit build)

2 changes: 1 addition & 1 deletion bin/wkhtmltopdf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ arch = case RUBY_PLATFORM
when /linux/
'linux-x86'
when /darwin/
'darwin-x86-64'
'darwin-x86'
else
raise "Invalid platform. Must be running linux or intel-based Mac OS."
end
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion wkhtmltopdf-binary-edge.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|

s.files = %w(
lib/wkhtmltopdf-binary-edge.rb bin/wkhtmltopdf
libexec/wkhtmltopdf-darwin-x86-64
libexec/wkhtmltopdf-darwin-x86
libexec/wkhtmltopdf-linux-amd64
libexec/wkhtmltopdf-linux-x86)
end

0 comments on commit 84f7c03

Please sign in to comment.