We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e10fd commit 2d00859Copy full SHA for 2d00859
mobile/gen_bindings.sh
@@ -48,7 +48,7 @@ for file in $PROTOS; do
48
49
protoc -I/usr/local/include -I. \
50
--plugin=protoc-gen-custom=$falafel\
51
- --custom_out=./build \
+ --custom_out=. \
52
--custom_opt="$opts" \
53
--proto_path=../lnrpc \
54
"${file}"
@@ -78,7 +78,7 @@ do
78
79
-I../lnrpc \
80
--plugin=protoc-gen-custom=$falafel \
81
82
83
--proto_path=${DIRECTORY} \
84
${file}
0 commit comments