Skip to content
Snippets Groups Projects
Commit 33d4f59f authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

sql: fix "undefined reference to tarantoolSqlite3"

libsql should be STATIC.
parent c221e7c8
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ set(TEST_DEFINITIONS
SQLITE_CORE=1
)
add_library(sql
add_library(sql STATIC
# Generated files
opcodes.c
parse.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment