We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6157f8c commit de0180cCopy full SHA for de0180c
1 file changed
binding.gyp
@@ -12,7 +12,8 @@
12
'-L<@(sqlite)/lib',
13
'-lsqlite3'
14
],
15
- 'include_dirs': [ '<@(sqlite)/include' ]
+ 'include_dirs': [ '<@(sqlite)/include' ],
16
+ 'conditions': [ [ 'OS=="linux"', {'libraries+':['-Wl,-rpath=<@(sqlite)/lib']} ] ]
17
},
18
{
19
'dependencies': [
0 commit comments