Skip to content

Commit

Permalink
Merge pull request #36 from lightninglabs/fix-loop-build
Browse files Browse the repository at this point in the history
generate: fix Loop proto compile error
  • Loading branch information
guggero authored Dec 16, 2024
2 parents 9daee52 + 68c28e6 commit 9743009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ CHECKOUT_COMMIT=$LOOP_COMMIT
COMPONENT=loop
COMMAND=loop
DAEMON=loopd
PROTO_SRC_DIR=""
PROTO_SRC_DIR="swapserverrpc"
EXCLUDE_PROTOS="server.proto -not -name common.proto"
EXPERIMENTAL_PACKAGES=""
INSTALL_CMD="make install"
Expand Down

0 comments on commit 9743009

Please sign in to comment.