Skip to content

Commit

Permalink
Enable math functions in sqlite (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtldg authored Jan 29, 2023
1 parent 1f5b735 commit d57d7e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/sqlite/AMBuilder
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit d57d7e7

Please sign in to comment.