Skip to content

Commit

Permalink
Add path to homebrew-installed pkgconfig for Mac OS 10.8 (10.9 is sym…
Browse files Browse the repository at this point in the history
…linked to 10.8) #9
  • Loading branch information
lovell committed Mar 12, 2014
1 parent 08bb35e commit a292e1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions binding.gyp
Expand Up @@ -3,8 +3,7 @@
'target_name': 'sharp',
'sources': ['src/sharp.cc'],
'libraries': [
'<!@(PKG_CONFIG_PATH="/usr/local/lib/pkgconfig" pkg-config --libs vips)',
'<!@(PKG_CONFIG_PATH="/usr/lib/pkgconfig" pkg-config --libs vips)'
'<!@(PKG_CONFIG_PATH="/usr/local/Library/ENV/pkgconfig/10.8:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig" pkg-config --libs vips)'
],
'include_dirs': [
'/usr/local/include/glib-2.0',
Expand Down

0 comments on commit a292e1f

Please sign in to comment.