You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[requires]
|
|
build = ["pkgconfig(sqlcipher)", "pkgconfig(sqlite3) >= 3.7.16"]
|
|
lib = ["pkgconfig(sqlite3) >= 3.7.16"]
|
|
features.sqlcipher = ["pkgconfig(sqlcipher)"]
|
|
|
|
[scripts]
|
|
prep.post = [
|
|
"# * remove bundled copies of sqlite and sqlcipher",
|
|
"rm -vr sqlite3/ sqlcipher/",
|
|
]
|
|
|