Skip to content

Commit

Permalink
Enable math functions for SQLite (#335)
Browse files Browse the repository at this point in the history
* Enable math functions for SQLite

* Update .cargo/config.toml

---------

Co-authored-by: Pamplemousse <[email protected]>
Co-authored-by: João Oliveira <[email protected]>
  • Loading branch information
3 people authored May 24, 2024
1 parent 74d066f commit 005df13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[env]
LIBSQLITE3_FLAGS = { value = "-DSQLITE_ENABLE_MATH_FUNCTIONS", force = true }

0 comments on commit 005df13

Please sign in to comment.