Skip to content

Commit 005df13

Browse files
PamplemoussePamplemoussejxs
authored
Enable math functions for SQLite (#335)
* Enable math functions for SQLite * Update .cargo/config.toml --------- Co-authored-by: Pamplemousse <[email protected]> Co-authored-by: João Oliveira <[email protected]>
1 parent 74d066f commit 005df13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[env]
2+
LIBSQLITE3_FLAGS = { value = "-DSQLITE_ENABLE_MATH_FUNCTIONS", force = true }

0 commit comments

Comments
 (0)