vendor openssl

This commit is contained in:
2021-01-06 00:41:45 +03:00
parent 7e700e362a
commit 21ea82abc0
10 changed files with 118 additions and 1 deletions

5
.cargo/config.toml Normal file
View File

@ -0,0 +1,5 @@
[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"
[target.armv7-unknown-linux-musleabihf]
linker = "musl-gcc"