diff options
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/extend/ENV.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ENV.rb b/Library/Homebrew/extend/ENV.rb index e15f642eb..f5a61faa5 100644 --- a/Library/Homebrew/extend/ENV.rb +++ b/Library/Homebrew/extend/ENV.rb @@ -197,8 +197,9 @@ Please take one of the following actions: self['CFLAGS'] = self['CXXFLAGS'] = SAFE_CFLAGS_FLAGS end + # Some configure scripts won't find libxml2 without help def libxml2 - append_to_cflags ' -I/usr/include/libxml2' + append_to_cflags '-I/usr/include/libxml2' end def x11 |
