File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -128,8 +128,8 @@ go-build:
128
128
129
129
go-install :
130
130
@$(call print, "Installing lightning-terminal.")
131
- $(GOINSTALL ) -tags=" $( LND_RELEASE_TAGS) " -ldflags " $( LDFLAGS) " $(PKG ) /cmd/litd
132
- $(GOINSTALL ) -tags=" $( LND_RELEASE_TAGS) " -ldflags " $( LDFLAGS) " $(PKG ) /cmd/litcli
131
+ $(GOINSTALL ) -trimpath - tags=" $( LND_RELEASE_TAGS) " -ldflags " $( LDFLAGS) " $(PKG ) /cmd/litd
132
+ $(GOINSTALL ) -trimpath - tags=" $( LND_RELEASE_TAGS) " -ldflags " $( LDFLAGS) " $(PKG ) /cmd/litcli
133
133
134
134
go-install-cli :
135
135
@$(call print, "Installing all CLI binaries.")
@@ -138,6 +138,7 @@ go-install-cli:
138
138
$(GOINSTALL ) -trimpath github.com/lightninglabs/faraday/cmd/frcli
139
139
$(GOINSTALL ) -trimpath -ldflags " $( LDFLAGS) " github.com/lightninglabs/pool/cmd/pool
140
140
$(GOINSTALL ) -trimpath -ldflags " $( LDFLAGS) " github.com/lightninglabs/taproot-assets/cmd/tapcli
141
+ $(GOINSTALL ) -trimpath -tags=" $( LND_RELEASE_TAGS) " -ldflags " $( LDFLAGS) " $(PKG ) /cmd/litcli
141
142
142
143
app-build : yarn-install
143
144
@$(call print, "Building production app.")
You can’t perform that action at this time.
0 commit comments