Skip to content

Commit

Permalink
Fix XRay (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan168 authored Jan 27, 2024
2 parents ef098d6 + bbbe2fd commit 96dc2f4
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 96dc2f4

Please sign in to comment.