Projects

Ticket #12 (closed enhancement: fixed)

Opened 4 years ago

Last modified 2 years ago

Support DYLD_FRAMEWORK_PATH for loading

Reported by: ben@… Owned by: lsansonetti@…
Priority: minor Milestone: MacRuby 0.5
Component: MacRuby Keywords:
Cc:

Description

We should probably make an attempt to parse the DYLD_FRAMEWORK_PATH environment variable if it exists.

Attachments

dyld_framework_path.patch Download (0.9 KB) - added by maarten@… 3 years ago.

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

Changed 4 years ago by lsansonetti@…

  • status changed from closed to reopened
  • resolution fixed deleted

Changed 3 years ago by maarten@…

Changed 3 years ago by maarten@…

The attached patch makes MacRuby parse the DYLD_FRAMEWORK_PATH environment variable and checks those paths for the required framework.

It follows the convention where the path is split with colons.

Changed 3 years ago by anonymous

  • milestone MacRuby 1.0 deleted

Milestone MacRuby 1.0 deleted

Changed 2 years ago by lsansonetti@…

  • status changed from reopened to closed
  • resolution set to fixed
  • milestone set to MacRuby 0.5

Thanks for the patch, applied in r2454.

Note: See TracTickets for help on using tickets.