mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 19:18:43 +08:00
9 lines
220 B
TOML
9 lines
220 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
tar = "https://github.com/uriparser/uriparser/releases/download/uriparser-1.0.0/uriparser-1.0.0.tar.bz2"
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DURIPARSER_BUILD_DOCS=OFF"
|
|
]
|