You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to compile a Node.js addon on Windows. The problem I have is that this addon relies on a shared library (libgeometry). I had no problem linking against libgeometry at compile time on Linux and MacOS, but I really don't know how to do this on Windows. I already have libgeometry.dll and libgeometry.dll.a available, but how do I link against it at compile time?
Here is my binding.gyp file, working on Linux and MacOS:
I need to compile a Node.js addon on Windows. The problem I have is that this addon relies on a shared library (
libgeometry
). I had no problem linking againstlibgeometry
at compile time on Linux and MacOS, but I really don't know how to do this on Windows. I already havelibgeometry.dll
andlibgeometry.dll.a
available, but how do I link against it at compile time?Here is my
binding.gyp
file, working on Linux and MacOS:The text was updated successfully, but these errors were encountered: