mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
mobile: correct output directory for generated files
This commit is contained in:
parent
66e10fda06
commit
2d00859b75
@ -48,7 +48,7 @@ for file in $PROTOS; do
|
|||||||
|
|
||||||
protoc -I/usr/local/include -I. \
|
protoc -I/usr/local/include -I. \
|
||||||
--plugin=protoc-gen-custom=$falafel\
|
--plugin=protoc-gen-custom=$falafel\
|
||||||
--custom_out=./build \
|
--custom_out=. \
|
||||||
--custom_opt="$opts" \
|
--custom_opt="$opts" \
|
||||||
--proto_path=../lnrpc \
|
--proto_path=../lnrpc \
|
||||||
"${file}"
|
"${file}"
|
||||||
@ -78,7 +78,7 @@ do
|
|||||||
protoc -I/usr/local/include -I. \
|
protoc -I/usr/local/include -I. \
|
||||||
-I../lnrpc \
|
-I../lnrpc \
|
||||||
--plugin=protoc-gen-custom=$falafel \
|
--plugin=protoc-gen-custom=$falafel \
|
||||||
--custom_out=./build \
|
--custom_out=. \
|
||||||
--custom_opt="$opts" \
|
--custom_opt="$opts" \
|
||||||
--proto_path=${DIRECTORY} \
|
--proto_path=${DIRECTORY} \
|
||||||
${file}
|
${file}
|
||||||
|
Loading…
Reference in New Issue
Block a user