diff options
-rw-r--r-- | third_party/sqlite/sqlite.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp index b5f5750..800cc18 100644 --- a/third_party/sqlite/sqlite.gyp +++ b/third_party/sqlite/sqlite.gyp @@ -194,7 +194,7 @@ }, ], 'conditions': [ - ['OS=="linux"', { + ['OS=="linux" and not use_system_sqlite', { 'targets': [ { 'target_name': 'sqlite_shell', |