mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 03:58:41 +08:00
11 lines
177 B
TOML
11 lines
177 B
TOML
[source]
|
|
tar = "https://ftp.gnu.org/gnu/wget/wget-1.21.4.tar.gz"
|
|
[build]
|
|
dependencies = [
|
|
"openssl1",
|
|
]
|
|
template = "configure"
|
|
configureflags = [
|
|
"--with-ssl=openssl"
|
|
]
|