1
0
mirror of https://github.com/danog/ton.git synced 2024-12-04 02:18:00 +01:00
ton/example/android/third_party/crypto/build-all.sh
2019-09-07 14:33:36 +04:00

6 lines
103 B
Bash
Executable File

#!/bin/sh
ARCH="x86_64" ./build.sh
ARCH="arm" ./build.sh
ARCH="x86" ./build.sh
ARCH="arm64" ./build.sh