Commit 6148b0bb by Dane Springmeyer

Merge pull request #42 from dpaleino/patch-1

Fix build with system-wide sqlite3 library
parents 9f039e82 813ecc1a
...@@ -25,7 +25,7 @@ def set_options(opt): ...@@ -25,7 +25,7 @@ def set_options(opt):
opt.add_option( '--internal-sqlite' opt.add_option( '--internal-sqlite'
, action='store_true' , action='store_true'
, default=True , default=False
, help='Build dynamically against external install of libsqlite3 (default False - build uses internal copy)' , help='Build dynamically against external install of libsqlite3 (default False - build uses internal copy)'
, dest='internal_sqlite' , 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