diff --git a/deps/sqlite3.gyp b/deps/sqlite3.gyp index 059ea3cf..5596b5b6 100755 --- a/deps/sqlite3.gyp +++ b/deps/sqlite3.gyp @@ -72,8 +72,7 @@ { # Linux 'link_settings': { 'libraries': [ - # This statically links libcrypto, whereas -lcrypto would dynamically link it - '<(SHARED_INTERMEDIATE_DIR)/sqlcipher-amalgamation-<@(sqlite_version)/OpenSSL-Linux/libcrypto.a' + '-lcrypto' ] } }] @@ -138,10 +137,9 @@ '<(SHARED_INTERMEDIATE_DIR)/sqlcipher-amalgamation-<@(sqlite_version)/openssl-include/' ] }, - { # linux + { # Linux 'include_dirs': [ '<(SHARED_INTERMEDIATE_DIR)/sqlcipher-amalgamation-<@(sqlite_version)/', - '<(SHARED_INTERMEDIATE_DIR)/sqlcipher-amalgamation-<@(sqlite_version)/openssl-include/' ] }] ],