Skip to content

Commit

Permalink
Enable math functions in sqlite (alliedmodders#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtldg authored and StarterX4 committed Aug 2, 2023
1 parent d05fd88 commit ef79de9
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 arch in SM.archs:
'SQLITE_THREADSAFE',
'SQLITE_USE_URI',
'SQLITE_ALLOW_URI_AUTHORITY',
'SQLITE_ENABLE_MATH_FUNCTIONS',
]
if builder.target.platform == 'linux':
binary.compiler.postlink += ['-ldl', '-lpthread']
Expand Down

0 comments on commit ef79de9

Please sign in to comment.