Projects

Ticket #45 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

add configure option --enable-embeddable-framework

Reported by: apparently@… Owned by: lsansonetti@…
Priority: blocker Milestone: MacRuby 0.3
Component: MacRuby Keywords:
Cc:

Description

currently the framework builds with an assumed install location of /Library/Frameworks - this will not work for application developers which wish to embed the framework into the application's bundle (albeit it rather large) and no other obvious options are offered.

Change History

Changed 4 years ago by lsansonetti@…

  • milestone set to MacRuby 1.0

Changed 4 years ago by lsansonetti@…

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from MacRuby 1.0 to MacRuby 0.3

Should be fixed in r308/trunk. You can build an embeddable version of MacRuby using:

$ rake build_as_embeddable=true
Note: See TracTickets for help on using tickets.