mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-19 09:25:28 +00:00
b819ed21d2
* cleanup of android build shims * cleanup of windows build shims
9 lines
171 B
Bash
Executable File
9 lines
171 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
set +x
|
|
|
|
root="$(readlink -f $(dirname $0)/../)"
|
|
cd "$root"
|
|
./contrib/android-configure.sh . build-android $@
|
|
make -C build-android -j ${JOBS:-$(nproc)}
|