mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
remove an extra underscore
This commit is contained in:
parent
b25a2a1918
commit
0af9a3ca36
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ Note that your path to `arm-linux-androideabi-ar` will probably not be the same
|
|||
```
|
||||
export ANDROID_NDK_ROOT=YOUR_NDK_ROOT
|
||||
./setenv-android.sh
|
||||
export AR=$ANDROID_NDK_ROOT_/toolchains/arm-linux-androideabi-4.6/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-ar
|
||||
export AR=$ANDROID_NDK_ROOT/toolchains/arm-linux-androideabi-4.6/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-ar
|
||||
```
|
||||
|
||||
Then, from the OpenSSL directory, run the following commands.
|
||||
|
|
Loading…
Reference in a new issue