diff options
Diffstat (limited to 'third_party/sqlite/sqlite.gyp')
-rw-r--r-- | third_party/sqlite/sqlite.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp index d0cc7ec..81acf99 100644 --- a/third_party/sqlite/sqlite.gyp +++ b/third_party/sqlite/sqlite.gyp @@ -29,7 +29,7 @@ ], }, }], - ['OS=="linux" and use_system_sqlite', { + ['(OS=="linux" or OS=="freebsd" or OS=="openbsd") and use_system_sqlite', { 'type': 'settings', 'direct_dependent_settings': { 'cflags': [ @@ -226,7 +226,7 @@ }, ], 'conditions': [ - ['OS=="linux" and not use_system_sqlite', { + ['(OS=="linux" or OS=="freebsd" or OS=="openbsd") and not use_system_sqlite', { 'targets': [ { 'target_name': 'sqlite_shell', |