1
0
mirror of https://github.com/danog/ton.git synced 2024-12-02 17:38:33 +01:00
ton/example/android/build-all.sh

6 lines
145 B
Bash
Raw Normal View History

2019-09-07 12:03:22 +02:00
#!/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