Skip to content

Commit 2d00859

Browse files
committed
mobile: correct output directory for generated files
1 parent 66e10fd commit 2d00859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mobile/gen_bindings.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ for file in $PROTOS; do
4848

4949
protoc -I/usr/local/include -I. \
5050
--plugin=protoc-gen-custom=$falafel\
51-
--custom_out=./build \
51+
--custom_out=. \
5252
--custom_opt="$opts" \
5353
--proto_path=../lnrpc \
5454
"${file}"
@@ -78,7 +78,7 @@ do
7878
protoc -I/usr/local/include -I. \
7979
-I../lnrpc \
8080
--plugin=protoc-gen-custom=$falafel \
81-
--custom_out=./build \
81+
--custom_out=. \
8282
--custom_opt="$opts" \
8383
--proto_path=${DIRECTORY} \
8484
${file}

0 commit comments

Comments
 (0)