mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 11:36:37 +00:00
5 lines
252 B
YAML
5 lines
252 B
YAML
Repo: https://github.com/turtl/core-rs
|
|
RepoType: git
|
|
|
|
Prepare: |
|
|
mkdir .cargo && echo -e '[target.armv7-linux-androideabi]\nlinker = "arm-linux-androideabi-gcc"\n[target.aarch64-linux-android]\nlinker = "aarch64-linux-android-gcc"' >> .cargo/config
|