[macruby-changes] [3070] MacRuby/trunk/instruby.rb

source_changes at macosforge.org source_changes at macosforge.org
Tue Dec 1 13:36:04 PST 2009


Revision: 3070
          http://trac.macosforge.org/projects/ruby/changeset/3070
Author:   lsansonetti at apple.com
Date:     2009-12-01 13:36:04 -0800 (Tue, 01 Dec 2009)
Log Message:
-----------
find llc using rbconfig's LLVM_PATH

Modified Paths:
--------------
    MacRuby/trunk/instruby.rb

Modified: MacRuby/trunk/instruby.rb
===================================================================
--- MacRuby/trunk/instruby.rb	2009-12-01 06:23:07 UTC (rev 3069)
+++ MacRuby/trunk/instruby.rb	2009-12-01 21:36:04 UTC (rev 3070)
@@ -515,6 +515,6 @@
 
 puts "installing LLVM tools"
 llc_dest = File.join(CONFIG['bindir'], 'llc')
-install('/usr/local/bin/llc', llc_dest, :mode => $prog_mode)
+install(File.join(CONFIG['LLVM_PATH'], 'bin/llc'), llc_dest, :mode => $prog_mode)
 
 # vi:set sw=2:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091201/8ca8608f/attachment.html>


More information about the macruby-changes mailing list