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

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 14 15:44:32 PDT 2009


Revision: 2798
          http://trac.macosforge.org/projects/ruby/changeset/2798
Author:   lsansonetti at apple.com
Date:     2009-10-14 15:44:31 -0700 (Wed, 14 Oct 2009)
Log Message:
-----------
now install llc inside the framework's bindir

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

Modified: MacRuby/trunk/instruby.rb
===================================================================
--- MacRuby/trunk/instruby.rb	2009-10-14 22:32:51 UTC (rev 2797)
+++ MacRuby/trunk/instruby.rb	2009-10-14 22:44:31 UTC (rev 2798)
@@ -518,6 +518,9 @@
 ln_sfh File.join("../../..", CONFIG['bindir'], 'rb_nibtool'), ib_dest
 install('tool/rb_nibtool.old', ib_dest, :mode => $prog_mode)
 
+puts "installing LLVM tools"
+install('/usr/local/bin/llc', CONFIG['bindir'], :mode => $prog_mode)
+
 end # unless $installing_rdoc
 
 # vi:set sw=2:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091014/1532b5e1/attachment.html>


More information about the macruby-changes mailing list