Skip to content

Commit

Permalink
Fix XRay
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Jan 27, 2024
1 parent 6b57083 commit bbbe2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xray-core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ define Package/$(PKG_NAME)/template
CATEGORY:=Extra packages
TITLE:=Xray-core
DEPENDS:=$(GO_ARCH_DEPENDS)
PROVIDES:=xray-core
endef

define Package/$(PKG_NAME)-core
$(call Package/$(PKG_NAME)/template)
PROVIDES:=xray-core
endef

define Package/$(PKG_NAME)-config
Expand Down

0 comments on commit bbbe2fd

Please sign in to comment.