mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 23:34:19 +08:00
12 lines
263 B
TOML
12 lines
263 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/avast/retdec#process
|
|
[source]
|
|
git = "https://github.com/avast/retdec"
|
|
rev = "53e55b4b26e9b843787f0e06d867441e32b1604e"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"openssl1",
|
|
"zlib",
|
|
]
|