Skip to content

Commit

Permalink
sqlite3: enable math functions (#1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
kewde authored Oct 10, 2021
1 parent bc5d794 commit 918052b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deps/sqlite3.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
'SQLITE_ENABLE_FTS5',
'SQLITE_ENABLE_JSON1',
'SQLITE_ENABLE_RTREE',
'SQLITE_ENABLE_DBSTAT_VTAB=1'
'SQLITE_ENABLE_DBSTAT_VTAB=1',
'SQLITE_ENABLE_MATH_FUNCTIONS'
],
},
'cflags_cc': [
Expand All @@ -104,7 +105,8 @@
'SQLITE_ENABLE_FTS5',
'SQLITE_ENABLE_JSON1',
'SQLITE_ENABLE_RTREE',
'SQLITE_ENABLE_DBSTAT_VTAB=1'
'SQLITE_ENABLE_DBSTAT_VTAB=1',
'SQLITE_ENABLE_MATH_FUNCTIONS'
],
'export_dependent_settings': [
'action_before_build',
Expand Down

0 comments on commit 918052b

Please sign in to comment.