Skip to content

Commit

Permalink
maybe heroku#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingdon Barrett committed Aug 14, 2017
1 parent eea4918 commit b771bb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/language_pack/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ def build_bundler(default_bundle_without)

run("ln -s /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6 #{yaml_lib}/libsqlite3.so") # for sqlite3 make symbolic link
run("cp #{File.expand_path( "../../vendor/sqlite3.h", $PROGRAM_NAME )} #{yaml_include}") # for sqlite3 prepare sqlite3.h
run("cp #{File.expand_path( "../../vendor/sqlite3.h", $PROGRAM_NAME )} /tmp/build/vendor/ruby-2.3.4/include/ruby-2.3.0/x86_64-linux") # for sqlite3 prepare sqlite3.h

puts "Running: #{bundle_command}"
instrument "ruby.bundle_install" do
Expand Down

0 comments on commit b771bb0

Please sign in to comment.