mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 20:31:16 +00:00
10 lines
139 B
Bash
Executable file
10 lines
139 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
# Build the syncthing library
|
|
|
|
./make-go.bash arm
|
|
./make-syncthing.bash arm
|
|
|
|
./make-go.bash 386
|
|
./make-syncthing.bash 386
|
|
|