Remove spurious space from file.
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10562)
This commit is contained in:
parent
7573fe1af5
commit
7ba46774b7
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
PATH=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin:$ANDROID_NDK_HOME/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin:$PATH
|
PATH=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin:$ANDROID_NDK_HOME/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin:$PATH
|
||||||
./Configure android-arm64 -D__ANDROID_API__=29
|
./Configure android-arm64 -D__ANDROID_API__=29
|
||||||
make
|
make
|
||||||
|
|
||||||
Older versions of the NDK have GCC under their common prebuilt tools directory, so the bin path
|
Older versions of the NDK have GCC under their common prebuilt tools directory, so the bin path
|
||||||
will be slightly different. EG: to compile for ICS on ARM with NDK 10d:
|
will be slightly different. EG: to compile for ICS on ARM with NDK 10d:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue