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.
12 lines
280 B
12 lines
280 B
11 months ago
|
[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/",
|
||
|
]
|
||
|
|