mobile: correct output directory for generated files

This commit is contained in:
Elle Mouton 2024-08-05 12:45:22 +02:00
parent 66e10fda06
commit 2d00859b75
No known key found for this signature in database
GPG Key ID: D7D916376026F177

View File

@ -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}