diff options
| author | Samuel John | 2013-06-17 09:01:37 +0200 |
|---|---|---|
| committer | Samuel John | 2013-06-18 20:49:13 +0200 |
| commit | fbaf8a5968c69c7914027162368af5a738ad639e (patch) | |
| tree | 6200899f59411ff0b0fa02303f2a9d829ba80a80 /Library/Homebrew/requirements/python_dependency.rb | |
| parent | a3a0146d7ccd89755439f1b8be7e1dd28b75a88b (diff) | |
| download | brew-fbaf8a5968c69c7914027162368af5a738ad639e.tar.bz2 | |
Linking Frameworks correctly if multiple.
For example python and python3 both provide a
`Python.framework` and OS X Frameworks are made to
deal with this by putting them into `Versions` and
linking the default one as `Current`. However, brew
did not respect this and cleaned out stuff making
neither of the two versions work because `Current`
is replaced by an empty directory.
This commit fixes that. However, still one of the
two `Python.frameworks` has to remove it's
`Current` and `Headers` links, because brew cannot
decide alone which one is the "default" and allowed
to set the `Current` link.
A similar situation might apply to Qt 4 vs. 5..
Diffstat (limited to 'Library/Homebrew/requirements/python_dependency.rb')
0 files changed, 0 insertions, 0 deletions
