1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-15 04:32:21 +00:00
ton/example/android/third_party/crypto/build-all.sh

6 lines
103 B
Bash
Raw Normal View History

2019-09-07 10:03:22 +00:00
#!/bin/sh
ARCH="x86_64" ./build.sh
ARCH="arm" ./build.sh
ARCH="x86" ./build.sh
ARCH="arm64" ./build.sh