diff options
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/ENV/4.3/cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc index 2edf2df80..1bef04ab0 100755 --- a/Library/ENV/4.3/cc +++ b/Library/ENV/4.3/cc @@ -213,13 +213,13 @@ class Cmd elsif path.start_with?(prefix) true else - !path.start_with?("/opt", "/sw", "/usr/X11") + !path.start_with?("/opt/local", "/opt/boxen/homebrew", "/opt/X11", "/sw", "/usr/X11") end end # The original less-smart version of keep_orig; will eventually be removed def keep_orig?(path) - path.start_with?(prefix, cellar, tmpdir) || !path.start_with?("/opt", "/sw", "/usr/X11") + path.start_with?(prefix, cellar, tmpdir) || !path.start_with?("/opt/local", "/opt/boxen/homebrew", "/opt/X11", "/sw", "/usr/X11") end def cflags |
