redox/recipes/wip/sqlite3/recipe.toml
2023-11-30 18:13:53 +00:00

11 lines
325 B
TOML

#TODO incomplete port
[source]
tar = "https://www.sqlite.org/2023/sqlite-autoconf-3440000.tar.gz"
#blake3 = "44bc75a40d32afa71cffe149f766857c3cc41dea261b1e4645fde5f73f4c9268"
[build]
template = "custom"
script = """
export CPPFLAGS="${CPPFLAGS} -D__minux=1 -DSQLITE_DEFAULT_UNIX_VFS='\\"unix-none\\"'"
cookbook_configure
"""