Skip to content

Commit

Permalink
Android: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
romw committed Jun 23, 2016
1 parent 1f3f332 commit 1eb3d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build_boinc_arm64.sh
Expand Up @@ -39,7 +39,7 @@ make distclean
fi
if [ -n "$CONFIGURE" ]; then
./_autosetup
./configure --host=aarch64-linux --with-boinc-platform="aarrch64-android-linux-gnu" --with-ssl=$TCINCLUDES --disable-server --disable-manager --disable-shared --enable-static
./configure --host=aarch64-linux --with-boinc-platform="aarch64-android-linux-gnu" --with-ssl=$TCINCLUDES --disable-server --disable-manager --disable-shared --enable-static
sed -e "s%^CLIENTLIBS *= *.*$%CLIENTLIBS = -lm $STDCPPTC%g" client/Makefile > client/Makefile.out
mv client/Makefile.out client/Makefile
fi
Expand Down

0 comments on commit 1eb3d06

Please sign in to comment.