Skip to content

Commit

Permalink
Fix cross-building by adding back libiconv stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Aug 12, 2013
1 parent 6c24cff commit c505afb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ext/nokogiri/extconf.rb
Expand Up @@ -127,6 +127,9 @@ def process_recipe(name, version)
if windows_p
message "Cross-building nokogiri.\n"

dir_config('iconv')
have_iconv? or asplode 'iconv'

HEADER_DIRS = [INCLUDEDIR]
LIB_DIRS = [LIBDIR]
XML2_HEADER_DIRS = [File.join(INCLUDEDIR, "libxml2"), INCLUDEDIR]
Expand Down

0 comments on commit c505afb

Please sign in to comment.