mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-02 19:22:40 +00:00
bugfix: optimization of complex constant string concatenations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user