PREFIX=$HOME/sr_android
# The path where to download files to and where to build packages.
-BUILDDIR=./sr_android_build
+BUILDDIR=./build
# Edit this to enable/disable/modify parallel compiles.
PARALLEL="-j 2"
PREFIX=$HOME/sr
# The path where to download files to and where to build packages.
-BUILDDIR=./sr_linux_build
+BUILDDIR=./build
# Edit this to enable/disable/modify parallel compiles.
PARALLEL="-j 2"
PREFIX=$HOME/sr_mingw
# The path where to download files to and where to build packages.
-BUILDDIR=./sr_mingw_build
+BUILDDIR=./build
# Edit this to enable/disable/modify parallel compiles.
PARALLEL="-j 2"