mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
`autotools_recursive_regenerate` is now defined regardless of `DYNAMIC_INIT`. Signed-off-by: Anhad Singh <andypython@protonmail.com>
15 lines
395 B
TOML
15 lines
395 B
TOML
[source]
|
|
tar = "https://github.com/jedisct1/libsodium/archive/1.0.16.tar.gz"
|
|
blake3 = "2482633f872c173f9a42e6badb44c3efb042e783e664fdf8b1046babfa2405e7"
|
|
script = """
|
|
autotools_recursive_regenerate
|
|
wget -O build-aux/config.sub "https://gitlab.redox-os.org/redox-os/gnu-config/-/raw/master/config.sub?inline=false"
|
|
"""
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
cookbook_configure
|
|
"""
|