Skip to content

Commit

Permalink
mobile: correct output directory for generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
ellemouton committed Aug 5, 2024
1 parent 66e10fd commit 2d00859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/gen_bindings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 2d00859

Please sign in to comment.