mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
9 lines
201 B
TOML
9 lines
201 B
TOML
#TODO compilation error - missing header
|
|
[source]
|
|
tar = "https://github.com/dbry/WavPack/releases/download/5.7.0/wavpack-5.7.0.tar.xz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libiconv",
|
|
]
|