#281: Bundles pointing to local MacRuby installation instead of embedded
-------------------------------+--------------------------------------------
Reporter: reb...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: major | Milestone:
Component: MacRuby | Keywords:
embedded,deploy,installation,distribution
-------------------------------+--------------------------------------------
Comment(by reb...@…):
Thanks Laurent for the hint, I got it working with:
{{{
cd <YourApp.app>/Contents
install_name_tool -change
/Library/Frameworks/MacRuby.framework/Versions/0.4/usr/lib/libmacruby.dylib
@executable_path/../Frameworks/MacRuby.framework/Versions/0.4/usr/lib/libmacruby.dylib
Frameworks/MacRuby.framework/Versions/0.4/usr/lib/ruby/1.9.1/universal-
darwin9.5/<BundleName>.bundle
}}}
where BundleName in my case were socket, fcntl, stringio, syck. I'm going
to rake this on all .bundle(s) as part of the deploy build along with a
clean-up of unnecessary MacRuby files (for distribution).
Renzo
--
Ticket URL: <http://www.macruby.org/trac/ticket/281#comment:2>
MacRuby <http://macruby.org/>
_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel