mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-06 12:27:41 +00:00
7 lines
253 B
Bash
7 lines
253 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
export WORKDIR="$(pwd)/"build
|
||
|
export ANDROID_NDK_ZIP=${WORKDIR}/android-ndk-r20b.zip
|
||
|
export TOOLCHAIN_DIR="${WORKDIR}/toolchain"
|
||
|
# Change this Value to a lower number if you run out of memory while compiling
|
||
|
export OVERRIDE_THREADS="$(nproc)"
|