[macruby-changes] [4807] MacRuby/trunk/MacRuby.m

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 18 22:56:39 PDT 2010


Revision: 4807
          http://trac.macosforge.org/projects/ruby/changeset/4807
Author:   lsansonetti at apple.com
Date:     2010-10-18 22:56:37 -0700 (Mon, 18 Oct 2010)
Log Message:
-----------
+[MacRuby sharedRuntime]: make the load path relocatable in case MacRuby.framework is embedded in a .app

Modified Paths:
--------------
    MacRuby/trunk/MacRuby.m

Modified: MacRuby/trunk/MacRuby.m
===================================================================
--- MacRuby/trunk/MacRuby.m	2010-10-19 04:37:15 UTC (rev 4806)
+++ MacRuby/trunk/MacRuby.m	2010-10-19 05:56:37 UTC (rev 4807)
@@ -31,6 +31,7 @@
 	    ruby_init_loadpath();
 	    rb_vm_init_compiler();
 	    rb_vm_init_jit();
+	    rb_objc_fix_relocatable_load_path();
 	}
     }
     return runtime;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20101018/aa9c06e2/attachment.html>


More information about the macruby-changes mailing list