On Mon, Apr 23, 2012 at 05:12, Ryan Cole <r...@rycole.com> wrote:
> Is there no way to specify the library search path from within the
> binding.gyp file? I'm just trying to see if it's possible to make `node-gyp
> configure` spit `-L/usr/local/hdf5/lib` out into the Makefile, or whatever
> it builds.

{
  'ldflags': ['-L/usr/local/hdf5/lib']
}

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to