Commit 813ecc1a by David Paleino

Fix build with system-wide sqlite3 library

parent 9f039e82
......@@ -25,7 +25,7 @@ def set_options(opt):
opt.add_option( '--internal-sqlite'
, action='store_true'
, default=True
, default=False
, help='Build dynamically against external install of libsqlite3 (default False - build uses internal copy)'
, dest='internal_sqlite'
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment