You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
474 B
11 lines
474 B
Index: binding.gyp |
|
--- binding.gyp.orig 2016-05-14 21:29:55.000000000 +0200 |
|
+++ binding.gyp 2016-05-14 21:42:10.871491825 +0200 |
|
@@ -14,7 +14,6 @@ |
|
"libraries": [ |
|
"-l<(sqlite_libname)" |
|
], |
|
- "conditions": [ [ "OS=='linux'", {"libraries+":["-Wl,-rpath=<@(sqlite)/lib"]} ] ], |
|
"conditions": [ [ "OS!='win'", {"libraries+":["-L<@(sqlite)/lib"]} ] ], |
|
'msvs_settings': { |
|
'VCLinkerTool': {
|
|
|