diff options
author | Kevin Smith <git@kismith.co.uk> | 2013-03-03 19:04:23 (GMT) |
---|---|---|
committer | Swift Review <review@swift.im> | 2013-03-03 19:46:02 (GMT) |
commit | ffbd6feb875a9d50ec834fd6dfe967528697a9ff (patch) | |
tree | 7944ae736805663e0e97a2ad6ab3affc0abf24e8 /Swiften/SConscript | |
parent | 72e0ddea7ca098cf824f4c47057f72157f62f046 (diff) | |
download | swift-ffbd6feb875a9d50ec834fd6dfe967528697a9ff.zip swift-ffbd6feb875a9d50ec834fd6dfe967528697a9ff.tar.bz2 |
Remove the async vfs for sqlite, to avoid the crash
Change-Id: I8cda6397048911f48575659ef2f59076d8022f03
Diffstat (limited to 'Swiften/SConscript')
-rw-r--r-- | Swiften/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/SConscript b/Swiften/SConscript index b68dfec..8e6bd97 100644 --- a/Swiften/SConscript +++ b/Swiften/SConscript @@ -6,7 +6,7 @@ Import("env") # Flags ################################################################################ -swiften_dep_modules = ["BOOST", "GCONF", "ICU", "LIBIDN", "ZLIB", "OPENSSL", "LIBXML", "EXPAT", "AVAHI", "LIBMINIUPNPC", "LIBNATPMP", "SQLITE", "SQLITE_ASYNC"] +swiften_dep_modules = ["BOOST", "GCONF", "ICU", "LIBIDN", "ZLIB", "OPENSSL", "LIBXML", "EXPAT", "AVAHI", "LIBMINIUPNPC", "LIBNATPMP", "SQLITE"] external_swiften_dep_modules = ["BOOST"] if env["SCONS_STAGE"] == "flags" : |