Skip to content

Commit

Permalink
no longer look under /usr/local/lib
Browse files Browse the repository at this point in the history
  • Loading branch information
eden committed Jan 3, 2012
1 parent d3d0942 commit 3d0027d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vips",
"description": "Vips wrapper for node.js",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def configure(conf):
conf.check_tool("compiler_cc")
conf.check_tool("node_addon")
o = Options.options
libpath = ['/usr/lib', '/usr/local/lib', '/opt/local/lib']
libpath = ['/usr/lib', '/opt/local/lib']
includes = ['/usr/include', '/usr/local/include', '/opt/local/include']
conf.check_cfg(package='vips-7.26',
args='--cflags --libs',
Expand Down

0 comments on commit 3d0027d

Please sign in to comment.