mirror of
https://github.com/servo/servo.git
synced 2025-09-04 20:18:21 +01:00
Add .cargo/config to .gitignore, move content to ports/android
This allows using .cargo/config at the root of the repository for local path override, without risk of accidentally committing it.
This commit is contained in:
parent
10f8fe0067
commit
99e8358305
2 changed files with 1 additions and 0 deletions
5
ports/android/.cargo/config
Normal file
5
ports/android/.cargo/config
Normal file
|
@ -0,0 +1,5 @@
|
|||
[target.arm-linux-androideabi]
|
||||
ar = "arm-linux-androideabi-ar"
|
||||
linker = "arm-linux-androideabi-g++"
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue