Skip to content

Commit 624a040

Browse files
committed
wip: testing whether we still need this
1 parent 70c4226 commit 624a040

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/nokogiri/extconf.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -924,9 +924,9 @@ def configure
924924
recipe.configure_options << "AR=/usr/bin/ar" unless ENV.key?("AR")
925925
end
926926

927-
if windows?
928-
cflags = concat_flags(cflags, "-ULIBXML_STATIC", "-DIN_LIBXML")
929-
end
927+
# if windows?
928+
# cflags = concat_flags(cflags, "-ULIBXML_STATIC", "-DIN_LIBXML")
929+
# end
930930

931931
recipe.configure_options << if source_dir
932932
"--config-cache"

0 commit comments

Comments
 (0)