Revision: 5225 http://trac.macosforge.org/projects/ruby/changeset/5225 Author: lsansonetti@apple.com Date: 2011-02-09 16:53:17 -0800 (Wed, 09 Feb 2011) Log Message: ----------- fix a bug in macruby_deploy with --embed where the main application's executable's link path would not be updated Modified Paths: -------------- MacRuby/trunk/bin/ruby_deploy Modified: MacRuby/trunk/bin/ruby_deploy =================================================================== --- MacRuby/trunk/bin/ruby_deploy 2011-02-09 03:21:27 UTC (rev 5224) +++ MacRuby/trunk/bin/ruby_deploy 2011-02-10 00:53:17 UTC (rev 5225) @@ -171,7 +171,7 @@ } # Wait with fixing install name until all binaries are available. - fix_install_name unless @compile + fix_install_name end # Hack the application binaries to link against the MacRuby.framework copy.
participants (1)
-
source_changes@macosforge.org