mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
12 lines
355 B
TOML
12 lines
355 B
TOML
#TODO compiled but not tested
|
|
#TODO incomplete port
|
|
[source]
|
|
tar = "https://www.sqlite.org/2024/sqlite-autoconf-3450000.tar.gz"
|
|
#blake3 = "44bc75a40d32afa71cffe149f766857c3cc41dea261b1e4645fde5f73f4c9268"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
export CPPFLAGS="${CPPFLAGS} -D__minux=1 -DSQLITE_DEFAULT_UNIX_VFS='\\"unix-none\\"'"
|
|
cookbook_configure
|
|
"""
|