Skip to content

Commit

Permalink
fixup! Generate dSYM debug information for MRI extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanahsmith committed Mar 26, 2021
1 parent b2f54a0 commit 9812636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/rubygems/test_gem_installer.rb
Expand Up @@ -1422,7 +1422,7 @@ def test_find_lib_file_after_install
write_file File.join(@tempdir, "extconf.rb") do |io|
io.write <<-RUBY
require "mkmf"
$LDFLAGS << " -L#{@current_dir}" # to link with libruby without needing it installed
$LIBPATH << #{@current_dir.dump} # to link with libruby without needing it installed
create_makefile("#{@spec.name}")
RUBY
end
Expand Down Expand Up @@ -1508,7 +1508,7 @@ def test_install_extension_flat
write_file File.join(@tempdir, "extconf.rb") do |io|
io.write <<-RUBY
require "mkmf"
$LDFLAGS << " -L#{@current_dir}" # to link with libruby without needing it installed
$LIBPATH << #{@current_dir.dump} # to link with libruby without needing it installed
create_makefile("#{@spec.name}")
RUBY
end
Expand Down

0 comments on commit 9812636

Please sign in to comment.