mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-22 03:30:38 +00:00
6 lines
172 B
TOML
6 lines
172 B
TOML
[target.x86_64-unknown-linux-gnu]
|
|
pre-build = ["apt-get install -y cmake clang-5.0"]
|
|
|
|
[target.aarch64-unknown-linux-gnu]
|
|
pre-build = ["apt-get install -y cmake clang-5.0"]
|