mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 09:08:42 +08:00
8 lines
295 B
TOML
8 lines
295 B
TOML
#TODO not compiled or tested
|
|
#TODO discover minimum dependencies from configure log
|
|
# build instructions: https://github.com/jemalloc/jemalloc/blob/dev/INSTALL.md
|
|
[source]
|
|
tar = "https://github.com/jemalloc/jemalloc/releases/download/5.3.1/jemalloc-5.3.1.tar.bz2"
|
|
[build]
|
|
template = "configure"
|