Skip to content

Commit

Permalink
Set SQLITE_USER_AUTHENTICATION=0 compile-time option (fixes build e…
Browse files Browse the repository at this point in the history
…rror `C2039`)
  • Loading branch information
m4heshd committed Jul 22, 2021
1 parent 62bded6 commit b651394
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions deps/defines.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
'HAVE_UINT8_T=1',
'HAVE_UINT16_T=1',
'HAVE_UINT32_T=1',
'SQLITE_USER_AUTHENTICATION=0',
],
}
1 change: 1 addition & 0 deletions deps/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ HAVE_INT32_T=1
HAVE_UINT8_T=1
HAVE_UINT16_T=1
HAVE_UINT32_T=1
SQLITE_USER_AUTHENTICATION=0
"

# ========== START SCRIPT ========== #
Expand Down
1 change: 1 addition & 0 deletions docs/compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@ HAVE_INT32_T=1
HAVE_UINT8_T=1
HAVE_UINT16_T=1
HAVE_UINT32_T=1
SQLITE_USER_AUTHENTICATION=0
```

0 comments on commit b651394

Please sign in to comment.