[macruby-changes] [3747] MacRuby/trunk/rakelib/builder/options.rb

source_changes at macosforge.org source_changes at macosforge.org
Fri Mar 12 16:52:00 PST 2010


Revision: 3747
          http://trac.macosforge.org/projects/ruby/changeset/3747
Author:   lsansonetti at 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')
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100312/c95b8298/attachment.html>


More information about the macruby-changes mailing list