mirror of
https://github.com/erg-lang/erg.git
synced 2025-12-23 05:36:48 +00:00
4 lines
216 B
TOML
4 lines
216 B
TOML
[target.aarch64-unknown-linux-gnu]
|
|
pre-build = ["apt-get update && apt-get install --assume-yes python3"]
|
|
[target.armv7-unknown-linux-gnueabihf]
|
|
pre-build = ["apt-get update && apt-get install --assume-yes python3"]
|