1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-13 03:32:22 +00:00
ton/example/android/build-all.sh
2019-09-07 14:33:36 +04:00

5 lines
145 B
Bash
Executable file

#!/bin/bash
ARCH="x86" ./build.sh || exit 1
ARCH="x86_64" ./build.sh || exit 1
ARCH="arm" ./build.sh || exit 1
ARCH="arm64" ./build.sh || exit 1