2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-04 06:00:21 +00:00

rpc: fix swapserverrpc build

This commit is contained in:
Andras Banki-Horvath 2022-05-04 22:25:40 +02:00
parent a252e2c706
commit 1abbe648d1
No known key found for this signature in database
GPG Key ID: 80E5375C094198D8

View File

@ -9,6 +9,7 @@ function generate() {
do
protoc -I/usr/local/include -I. -I.. \
--go_out . --go_opt paths=source_relative \
--go-grpc_out . --go-grpc_opt paths=source_relative \
"${file}"
done
}