Skip to content

Commit

Permalink
removed duplicate /
Browse files Browse the repository at this point in the history
  • Loading branch information
TCROC committed Jun 27, 2024
1 parent 82805ed commit c514f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toolchain/export-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ And here is what the commands look like running from a bash shell:
rustup target add aarch64-linux-android

export CLANG_PATH="$HOME/android-cli/11076708_latest/ndk/23.2.8568313/toolchains/llvm/prebuilt/linux-x86_64/bin/clang"
export CARGO_TARGET_AARCH64_LINUX_ANDROID_LINKER="$HOME/android-cli/11076708_latest/ndk/23.2.8568313//toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android34-clang"
export CARGO_TARGET_AARCH64_LINUX_ANDROID_LINKER="$HOME/android-cli/11076708_latest/ndk/23.2.8568313/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android34-clang"

cargo build --target=aarch64-linux-android
```
Expand Down

0 comments on commit c514f0d

Please sign in to comment.