1
0
mirror of https://github.com/danog/ton.git synced 2024-12-04 18:38:24 +01:00
ton/example/android/third_party/crypto/build-all.sh

6 lines
103 B
Bash
Raw Normal View History

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