Enable math functions in sqlite (#1886)

This commit is contained in:
rtldg 2023-01-29 17:30:15 +00:00 committed by GitHub
parent 1f5b735dbd
commit d57d7e7401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ for cxx in builder.targets:
'SQLITE_THREADSAFE',
'SQLITE_USE_URI',
'SQLITE_ALLOW_URI_AUTHORITY',
'SQLITE_ENABLE_MATH_FUNCTIONS',
]
if binary.compiler.target.platform == 'linux':
binary.compiler.postlink += ['-ldl', '-lpthread']