mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 04:41:16 +00:00
13 lines
188 B
Bash
13 lines
188 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
# Build the syncthing library
|
||
|
|
||
|
./make-go.bash arm
|
||
|
./make-syncthing.bash arm
|
||
|
|
||
|
./make-go.bash 386
|
||
|
./make-syncthing.bash 386
|
||
|
|
||
|
./make-go.bash arm64
|
||
|
./make-syncthing.bash arm64
|