Skip to content

Commit

Permalink
Re-enable windows builds for 1.8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
vp-of-awesome committed Jan 13, 2011
1 parent 75b79ad commit 3b996cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -5,7 +5,7 @@ USE_RAKE_COMPILER = (RUBY_PLATFORM =~ /java/) ? false : true
if USE_RAKE_COMPILER
gem 'rake-compiler', '>=0.6.0'
require 'rake/extensiontask'
ENV['RUBY_CC_VERSION'] = '1.9.2'
ENV['RUBY_CC_VERSION'] = '1.8.7:1.9.2'
end

require 'date'
Expand Down
2 changes: 1 addition & 1 deletion tasks/extension.rake
Expand Up @@ -29,5 +29,5 @@ Rake::ExtensionTask.new('ffi_c', spec) do |ext|
# ext.lib_dir = BUILD_DIR # put binaries into this folder.
ext.tmp_dir = BUILD_DIR # temporary folder used during compilation.
ext.cross_compile = true # enable cross compilation (requires cross compile toolchain)
ext.cross_platform = ['i386-mingw32', 'i386-mswin32'] # forces the Windows platform instead of the default one
ext.cross_platform = ['i386-mingw32'] # forces the Windows platform instead of the default one
end if USE_RAKE_COMPILER

0 comments on commit 3b996cd

Please sign in to comment.