Skip to content
Snippets Groups Projects
Commit 86f1800a authored by Tristan Matthews's avatar Tristan Matthews
Browse files

configure.sh: fix for pure sh (e.g. debian)

parent 5fcc1463
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ SYSROOT=$ANDROID_NDK/platforms/$ANDROID_API/arch-$PLATFORM_SHORT_ARCH
ANDROID_BIN=`echo $ANDROID_NDK/toolchains/${PATH_HOST}-${GCCVER}/prebuilt/\`uname|tr A-Z a-z\`-*/bin/`
CROSS_COMPILE=${ANDROID_BIN}/${TARGET_TUPLE}-
pushd $SFLPHONE_SOURCEDIR/daemon
cd $SFLPHONE_SOURCEDIR/daemon
./autogen.sh
CPPFLAGS="$CPPFLAGS" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment