Skip to content

Commit 38d7862

Browse files
committed
update123
1 parent c13a647 commit 38d7862

File tree

5 files changed

+82
-72
lines changed

5 files changed

+82
-72
lines changed

.cargo/config.toml

+4
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ linker = "aarch64-linux-android23-clang"
1919
linker = "x86_64-linux-android23-clang"
2020
[target.i686-linux-android]
2121
linker = "i686-linux-android23-clang"
22+
[target.aarch64-unknown-linux-gnu]
23+
linker = "aarch64-linux-gnu-gcc"
24+
[target.armv7-unknown-linux-gnueabihf]
25+
linker = "arm-linux-gnueabihf-gcc"

Cargo.lock

+69-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)