Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions ext/nokogiri/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -924,10 +924,6 @@ def configure
recipe.configure_options << "AR=/usr/bin/ar" unless ENV.key?("AR")
end

if windows?
cflags = concat_flags(cflags, "-ULIBXML_STATIC", "-DIN_LIBXML")
end

recipe.configure_options << if source_dir
"--config-cache"
else
Expand Down Expand Up @@ -965,11 +961,6 @@ def configure
recipe.configure_options << "AR=/usr/bin/ar" unless ENV.key?("AR")
end

if windows?
cflags = concat_flags(cflags, "-ULIBXSLT_STATIC", "-DIN_LIBXSLT")
cflags = concat_flags(cflags, "-ULIBEXSLT_STATIC", "-DIN_LIBEXSLT")
end

recipe.configure_options << if source_dir
"--config-cache"
else
Expand Down