bugfix: optimization of complex constant string concatenations

This commit is contained in:
Araq
2012-02-17 02:16:33 +01:00
committed by ringabout
parent edc8f6497c
commit 8511346cfb

View File

@@ -16,7 +16,7 @@ elif defined(macosx):
Lib = "sqlite-3.6.13.dylib"
else:
const
Lib = "libsqlite3.so"
Lib = "libsqlite3.so(|.0)"
const
SQLITE_INTEGER* = 1