Skip to content

Commit

Permalink
tuic: disable build for i586
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Aug 1, 2023
1 parent e9d435a commit 51809a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/tuic-client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ define Package/tuic-client
SUBMENU:=Web Servers/Proxies
TITLE:=Delicately-TUICed 0-RTT proxy protocol (client)
URL:=https://github.com/EAimTY/tuic
DEPENDS:=@(aarch64||arm||x86_64||TARGET_x86_generic)
DEPENDS:=@(aarch64||arm||x86_64)
endef

$(eval $(call RustBinPackage,tuic-client))
Expand Down
2 changes: 1 addition & 1 deletion net/tuic-server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ define Package/tuic-server
SUBMENU:=Web Servers/Proxies
TITLE:=Delicately-TUICed 0-RTT proxy protocol (server)
URL:=https://github.com/EAimTY/tuic
DEPENDS:=@(aarch64||arm||x86_64||TARGET_x86_generic)
DEPENDS:=@(aarch64||arm||x86_64)
endef

$(eval $(call RustBinPackage,tuic-server))
Expand Down

0 comments on commit 51809a5

Please sign in to comment.