generate-bindings: add comment about installing bindgen-cli

This commit is contained in:
Robert Bragg
2023-07-22 18:36:07 +01:00
parent 2a2f27637f
commit cc3983ca21
+2
View File
@@ -1,5 +1,7 @@
#!/bin/sh
# First install bindgen-cli via `cargo install bindgen-cli`
if test -z "${ANDROID_NDK_ROOT}"; then
export ANDROID_NDK_ROOT=${ANDROID_NDK_HOME}
fi