Skip to content

Commit

Permalink
wip: clear LIBPATH right before generating the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Feb 21, 2024
1 parent f690505 commit 0247362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/nokogiri/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,7 @@ def compile
end
end

$LIBPATH = []
create_makefile("nokogiri/nokogiri")

if config_clean?
Expand Down

0 comments on commit 0247362

Please sign in to comment.