From 1ff63fa69baf617eee856ea30db7ae23134e46fd Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Thu, 28 Nov 2019 12:57:58 +0100 Subject: docs: fix typos --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/INSTALL.md') diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 4b1ede719..380f3b38e 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -307,7 +307,7 @@ for `aarch64` and API level 29: export RANLIB=$TOOLCHAIN/bin/aarch64-linux-android-ranlib export STRIP=$TOOLCHAIN/bin/aarch64-linux-android-strip -When building on Linux or targetting other API levels or architectures, you need +When building on Linux or targeting other API levels or architectures, you need to adjust those variables accordingly. After that you can build curl like this: ./configure --host aarch64-linux-android --with-pic --disable-shared -- cgit v1.2.3