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:
parent
a252e2c706
commit
1abbe648d1
@ -9,6 +9,7 @@ function generate() {
|
|||||||
do
|
do
|
||||||
protoc -I/usr/local/include -I. -I.. \
|
protoc -I/usr/local/include -I. -I.. \
|
||||||
--go_out . --go_opt paths=source_relative \
|
--go_out . --go_opt paths=source_relative \
|
||||||
|
--go-grpc_out . --go-grpc_opt paths=source_relative \
|
||||||
"${file}"
|
"${file}"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user