From ec2c11cdad0fb5e328b2811916926bd04bce93bf Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 9 Mar 2021 22:35:27 -0500 Subject: [PATCH] Update genbindings docs to note new ldk-c-bindings repo --- genbindings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genbindings.sh b/genbindings.sh index 01ef62fe..2006499e 100755 --- a/genbindings.sh +++ b/genbindings.sh @@ -1,6 +1,6 @@ #!/bin/bash usage() { - echo "USAGE: path/to/rust-lightning \"JNI_CFLAGS\" debug android" + echo "USAGE: path/to/ldk-c-bindings \"JNI_CFLAGS\" debug android" echo "For JNI_CFLAGS you probably want -I/usr/lib/jvm/java-11-openjdk-amd64/include/ -I/usr/lib/jvm/java-11-openjdk-amd64/include/linux/" echo "debug should either be true or false" echo "android should either be true or false" -- 2.30.2