mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-03 17:51:17 +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
|
|
|