diff options
| author | Jack Nagel | 2013-09-06 12:38:42 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-06 12:38:56 -0500 |
| commit | 0ce0f3662086dbe87185e1020572ab37f772247e (patch) | |
| tree | ce97323a49e0889ff603f3916eefda343f4a9ccf /Library | |
| parent | bd9ea25f6fefe3c097f7692428f7939d5016286a (diff) | |
| download | homebrew-0ce0f3662086dbe87185e1020572ab37f772247e.tar.bz2 | |
ENV: remove trailing slash from OpenGL header path
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/extend/ENV/super.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ENV/super.rb b/Library/Homebrew/extend/ENV/super.rb index 9ca88750c..63bae6e9f 100644 --- a/Library/Homebrew/extend/ENV/super.rb +++ b/Library/Homebrew/extend/ENV/super.rb @@ -176,7 +176,7 @@ module Superenv paths << "#{MacOS::X11.include}/freetype2" if x11? paths << "#{sdk}/usr/include/libxml2" unless deps.include? 'libxml2' paths << "#{sdk}/usr/include/apache2" if MacOS::Xcode.without_clt? - paths << "#{sdk}/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/" unless x11? + paths << "#{sdk}/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers" unless x11? paths << MacOS::X11.include if x11? paths.to_path_s end |
