Enable math functions in sqlite (#1886)
This commit is contained in:
parent
1f5b735dbd
commit
d57d7e7401
@ -16,6 +16,7 @@ for cxx in builder.targets:
|
|||||||
'SQLITE_THREADSAFE',
|
'SQLITE_THREADSAFE',
|
||||||
'SQLITE_USE_URI',
|
'SQLITE_USE_URI',
|
||||||
'SQLITE_ALLOW_URI_AUTHORITY',
|
'SQLITE_ALLOW_URI_AUTHORITY',
|
||||||
|
'SQLITE_ENABLE_MATH_FUNCTIONS',
|
||||||
]
|
]
|
||||||
if binary.compiler.target.platform == 'linux':
|
if binary.compiler.target.platform == 'linux':
|
||||||
binary.compiler.postlink += ['-ldl', '-lpthread']
|
binary.compiler.postlink += ['-ldl', '-lpthread']
|
||||||
|
Loading…
Reference in New Issue
Block a user