We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5cb43 commit 95cb90dCopy full SHA for 95cb90d
1 file changed
deps/sqlite3.gyp
@@ -62,15 +62,15 @@
62
'-lcrypt32.lib'
63
],
64
'library_dirs': [
65
- '$(srcdir)/deps/<(openssl_root)'
+ '<(module_root_dir)/deps/<(openssl_root)'
66
]
67
}
68
},
69
'OS == "mac"', {
70
'link_settings': {
71
'libraries': [
72
# This statically links libcrypto, whereas -lcrypto would dynamically link it
73
- '$(srcdir)/deps/openssl-macos/libcrypto.a'
+ '<(module_root_dir)/deps/openssl-macos/libcrypto.a'
74
75
76
0 commit comments