Skip to content

Commit 95cb90d

Browse files
committed
Use <(module_root_dir).
1 parent 4d5cb43 commit 95cb90d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deps/sqlite3.gyp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@
6262
'-lcrypt32.lib'
6363
],
6464
'library_dirs': [
65-
'$(srcdir)/deps/<(openssl_root)'
65+
'<(module_root_dir)/deps/<(openssl_root)'
6666
]
6767
}
6868
},
6969
'OS == "mac"', {
7070
'link_settings': {
7171
'libraries': [
7272
# This statically links libcrypto, whereas -lcrypto would dynamically link it
73-
'$(srcdir)/deps/openssl-macos/libcrypto.a'
73+
'<(module_root_dir)/deps/openssl-macos/libcrypto.a'
7474
]
7575
}
7676
},

0 commit comments

Comments
 (0)