mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-11 04:25:53 +00:00
13 lines
189 B
Bash
Executable file
13 lines
189 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
|
|
|
|
./make-go.bash amd64
|
|
./make-syncthing.bash amd64
|
|
|