Skip to content

Commit

Permalink
Fix try_compile in extconf.rb
Browse files Browse the repository at this point in the history
because I broke it in 0924a56 when trying to refactor. *headdesk*
  • Loading branch information
flavorjones committed Jan 23, 2015
1 parent 7beb1e7 commit 5f8fa17
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 @@ -77,6 +77,7 @@ def nokogiri_try_compile
else
["int main() {return 0;}", "", {werror: true}]
end
try_compile(*args)
end


Expand Down

0 comments on commit 5f8fa17

Please sign in to comment.