Skip to content

Commit

Permalink
hysteria: fix compile error (#1503)
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesPoupart authored Jul 12, 2024
1 parent d3eff8a commit 5b8dffe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hysteria/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ PKG_USE_MIPS16:=0
PKG_BUILD_FLAGS:=no-mips16

GO_PKG:=github.com/apernet/hysteria
GO_PKG_BUILD_PKG:=$(GO_PKG)/app
GO_PKG_BUILD_PKG:=$(GO_PKG)/app/v2
GO_PKG_LDFLAGS_X = \
$(GO_PKG)/app/cmd.appVersion=v$(PKG_VERSION) \
$(GO_PKG)/app/cmd.appType=release \
$(GO_PKG)/app/cmd.appPlatform=$(GO_OS) \
$(GO_PKG)/app/cmd.appArch=$(GO_ARCH)
$(GO_PKG)/app/v2/cmd.appVersion=v$(PKG_VERSION) \
$(GO_PKG)/app/v2/cmd.appType=release \
$(GO_PKG)/app/v2/cmd.appPlatform=$(GO_OS) \
$(GO_PKG)/app/v2/cmd.appArch=$(GO_ARCH)

include $(INCLUDE_DIR)/package.mk
include $(TOPDIR)/feeds/packages/lang/golang/golang-package.mk
Expand Down

0 comments on commit 5b8dffe

Please sign in to comment.