git ssb

0+

dangerousbeans / %aPBe2k3ugtjBr4rrsU1…



Commit 0d3f33d68779efff84e16acbca0d477e7c3b4117

Drop x86-mswin32-60 support

Per @luislavena on https://github.com/tjschuck/rake-compiler-dev-box/commit/ebec11e252b2adb8a932a02f7944f7c8d41825de, this was only necessary during the transition time from One-Click Ruby Installer (OCI) to RubyInstaller when 1.8.6 was released _7 years_ ago.
T.J. Schuck committed on 2/21/2014, 4:42:44 PM
Parent: fd00f99ee6525a289cdf5c704da54d0efaa7bcce

Files changed

Rakefilechanged
RakefileView
@@ -56,9 +56,9 @@
5656 else
5757 Rake::ExtensionTask.new("bcrypt_ext", GEMSPEC) do |ext|
5858 ext.ext_dir = 'ext/mri'
5959 ext.cross_compile = true
60- ext.cross_platform = ['x86-mingw32', 'x86-mswin32-60', 'x64-mingw32']
60+ ext.cross_platform = ['x86-mingw32', 'x64-mingw32']
6161 end
6262 end
6363
6464 desc "Run a set of benchmarks on the compiled extension."

Built with git-ssb-web