Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iourit authored Aug 14, 2021
1 parent 8e88dd5 commit 5b761a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export LD=$TOOLCHAIN/bin/ld
export RANLIB=$TOOLCHAIN/bin/llvm-ranlib
export STRIP=$TOOLCHAIN/bin/llvm-strip
meson setup build_android --reconfigure --cross-file cross.ini -Dndk=$NDK -Ddefault_library=static
meson setup build_android --cross-file cross.ini -Dndk=$NDK -Ddefault_library=static
ninja -C build_android
````

Expand Down

0 comments on commit 5b761a6

Please sign in to comment.