Revision: 3747 http://trac.macosforge.org/projects/ruby/changeset/3747 Author: lsansonetti@apple.com Date: 2010-03-12 16:51:58 -0800 (Fri, 12 Mar 2010) Log Message: ----------- use LLVM_TOT again Modified Paths: -------------- MacRuby/trunk/rakelib/builder/options.rb Modified: MacRuby/trunk/rakelib/builder/options.rb =================================================================== --- MacRuby/trunk/rakelib/builder/options.rb 2010-03-12 23:56:52 UTC (rev 3746) +++ MacRuby/trunk/rakelib/builder/options.rb 2010-03-13 00:51:58 UTC (rev 3747) @@ -32,8 +32,8 @@ if `sw_vers -productVersion`.strip.to_f >= 10.7 and File.exist?('/AppleInternal') $stderr.puts "Welcome bleeding-edge adventurer!" llvm_default_path = '/Developer/usr/local' - #ENV['LLVM_TOT'] = '1' - ENV['LLVM_PRE_TOT'] = '1' + ENV['LLVM_TOT'] = '1' + #ENV['LLVM_PRE_TOT'] = '1' end RUBY_INSTALL_NAME = b.option('ruby_install_name', 'macruby')