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
Rakefile | changed |
Rakefile | ||
---|---|---|
@@ -56,9 +56,9 @@ | ||
56 | 56 | else |
57 | 57 | Rake::ExtensionTask.new("bcrypt_ext", GEMSPEC) do |ext| |
58 | 58 | ext.ext_dir = 'ext/mri' |
59 | 59 | ext.cross_compile = true |
60 | - ext.cross_platform = ['x86-mingw32', 'x86-mswin32-60', 'x64-mingw32'] | |
60 | + ext.cross_platform = ['x86-mingw32', 'x64-mingw32'] | |
61 | 61 | end |
62 | 62 | end |
63 | 63 | |
64 | 64 | desc "Run a set of benchmarks on the compiled extension." |
Built with git-ssb-web