Skip to content

Commit

Permalink
wip - try a variation on the -l flag
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Nov 16, 2022
1 parent 710182d commit f5e45d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nokogiri/version/info.rb
Expand Up @@ -114,7 +114,7 @@ def to_hash
lib_directory = File.expand_path(File.join(File.dirname(__FILE__), ".."))
end
ldflags << "-L#{lib_directory.shellescape}"
ldflags << "-l:nokogiri.so"
ldflags << "-lnokogiri"
end

nokogiri["cppflags"] = cppflags
Expand Down

0 comments on commit f5e45d3

Please sign in to comment.