mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +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"]
|