mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
10 lines
178 B
TOML
10 lines
178 B
TOML
#TODO fix libunistring
|
|
[source]
|
|
tar = "https://ftp.gnu.org/gnu/libidn/libidn2-2.3.7.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libunistring",
|
|
"libiconv",
|
|
]
|