Skip to content

Commit

Permalink
don't overwrite RUBY_CC_VERSION if already defined
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Jan 11, 2011
1 parent 8f3bd62 commit 13f1cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -37,7 +37,7 @@ hoe = Hoe.spec 'pkcs11' do
spec_extras[:has_rdoc] = 'yard'
end

ENV['RUBY_CC_VERSION'] = '1.8.6:1.9.2'
ENV['RUBY_CC_VERSION'] ||= '1.8.6:1.9.2'

Rake::ExtensionTask.new('pkcs11_ext', hoe.spec) do |ext|
ext.ext_dir = 'ext'
Expand Down

0 comments on commit 13f1cc0

Please sign in to comment.