From 2d00859b75dad72b42a5f1ad2ddd7208afc44118 Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Mon, 5 Aug 2024 12:45:22 +0200 Subject: [PATCH] mobile: correct output directory for generated files --- mobile/gen_bindings.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/gen_bindings.sh b/mobile/gen_bindings.sh index 035cf79bd..8d4e9301b 100755 --- a/mobile/gen_bindings.sh +++ b/mobile/gen_bindings.sh @@ -48,7 +48,7 @@ for file in $PROTOS; do protoc -I/usr/local/include -I. \ --plugin=protoc-gen-custom=$falafel\ - --custom_out=./build \ + --custom_out=. \ --custom_opt="$opts" \ --proto_path=../lnrpc \ "${file}" @@ -78,7 +78,7 @@ do protoc -I/usr/local/include -I. \ -I../lnrpc \ --plugin=protoc-gen-custom=$falafel \ - --custom_out=./build \ + --custom_out=. \ --custom_opt="$opts" \ --proto_path=${DIRECTORY} \ ${file}