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

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 7 19:09:49 PDT 2008


Revision: 656
          http://trac.macosforge.org/projects/ruby/changeset/656
Author:   lsansonetti at apple.com
Date:     2008-10-07 19:09:49 -0700 (Tue, 07 Oct 2008)
Log Message:
-----------
no need to markgc the bridgesupport dyligs in 10.6 or later

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

Modified: MacRuby/trunk/instruby.rb
===================================================================
--- MacRuby/trunk/instruby.rb	2008-10-08 02:00:05 UTC (rev 655)
+++ MacRuby/trunk/instruby.rb	2008-10-08 02:09:49 UTC (rev 656)
@@ -516,7 +516,7 @@
 install('tool/rb_nibtool.old', ib_dest, :mode => $prog_mode)
 
 touch_file = '/System/Library/Frameworks/.bridgesupport_dylib_gcmarked'
-if $destdir.empty? and File.exist?(touch_file)
+if ($destdir.empty? and File.exist?(touch_file)) or `sw_vers -productVersion`.strip.to_f >= 10.6
   puts "bridge support dylibs already fixed"
 else
   puts "fixing bridge support dylibs"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macruby-changes/attachments/20081007/ffcd3c88/attachment.html 


More information about the macruby-changes mailing list