mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 04:41:16 +00:00
14 lines
189 B
Bash
14 lines
189 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 amd64
|
||
|
./make-syncthing.bash amd64
|
||
|
|