Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb committed Jul 16, 2024
1 parent a710c72 commit c599d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/build-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,5 @@ bash linux/android/build-toolchain.sh [architecture]
If you want to build all supported toolchains, run
```
for ARCH in i686-ndk x86_64-ndk armhf-ndk aarch64-ndk; do bash linux/android/build-toolchain.sh $ARCH; done
for ARCH in i686 x86_64 armhf aarch64; do bash linux/android/build-toolchain.sh $ARCH; done
```

0 comments on commit c599d80

Please sign in to comment.