diff --git a/omnibus_overrides.rb b/omnibus_overrides.rb index fcbefcd07..6c1a8aa4d 100644 --- a/omnibus_overrides.rb +++ b/omnibus_overrides.rb @@ -14,8 +14,8 @@ # libxslt 1.1.35 does not build successfully with libxml2 2.9.13 on Windows so we will pin # windows builds to libxslt 1.1.34 and libxml2 2.9.10 for now and followup later with the # work to fix that issue in IPACK-145. -override "libxml2", version: windows? ? "2.9.10" : "2.9.13" -override "libxslt", version: windows? ? "1.1.34" : "1.1.35" +# override "libxml2", version: windows? ? "2.9.10" : "2.9.13" +# override "libxslt", version: windows? ? "1.1.34" : "1.1.35" override "libyaml", version: "0.1.7" override "makedepend", version: "1.0.5"