Skip to content

Commit 9743009

Browse files
authored
Merge pull request #36 from lightninglabs/fix-loop-build
generate: fix Loop proto compile error
2 parents 9daee52 + 68c28e6 commit 9743009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ CHECKOUT_COMMIT=$LOOP_COMMIT
108108
COMPONENT=loop
109109
COMMAND=loop
110110
DAEMON=loopd
111-
PROTO_SRC_DIR=""
111+
PROTO_SRC_DIR="swapserverrpc"
112112
EXCLUDE_PROTOS="server.proto -not -name common.proto"
113113
EXPERIMENTAL_PACKAGES=""
114114
INSTALL_CMD="make install"

0 commit comments

Comments
 (0)