mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 12:09:00 +08:00
12 lines
270 B
TOML
12 lines
270 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/vgvassilev/cling#building-from-source
|
|
[source]
|
|
git = "https://github.com/vgvassilev/cling"
|
|
rev = "v1.3"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DLLVM_INCLUDE_TESTS=OFF"
|
|
]
|