mirror of
https://github.com/vlang/v.git
synced 2025-08-03 17:57:59 -04:00
db.sqlite: add instructions for installing SQLite's amalgamation or development package, if it is missing
This commit is contained in:
parent
d27ab09cdf
commit
f890566199
@ -8,12 +8,12 @@ $if windows {
|
||||
#flag windows -I@VEXEROOT/thirdparty/sqlite
|
||||
#flag windows -L@VEXEROOT/thirdparty/sqlite
|
||||
#flag windows @VEXEROOT/thirdparty/sqlite/sqlite3.o
|
||||
#include "sqlite3.h" # The SQLite header file is missing. Please run .github/workflows/windows-install-sqlite.bat to download an SQLite amalgamation.
|
||||
} $else {
|
||||
#flag -lsqlite3
|
||||
#include "sqlite3.h" # The SQLite header file is missing. Please install its development package first.
|
||||
}
|
||||
|
||||
#include "sqlite3.h"
|
||||
|
||||
// https://www.sqlite.org/rescode.html
|
||||
pub const sqlite_ok = 0
|
||||
pub const sqlite_error = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user