Skip to content

Commit

Permalink
alist: drop lark driver for 32-bit targets
Browse files Browse the repository at this point in the history
Signed-off-by: sbwml <admin@cooluc.com>
  • Loading branch information
sbwml committed May 24, 2024
1 parent b66cc9c commit 18867f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion alist/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=alist
PKG_VERSION:=3.35.0
PKG_WEB_VERSION:=3.35.0
PKG_RELEASE:=6
PKG_RELEASE:=7

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/alist-org/alist/tar.gz/v$(PKG_VERSION)?
Expand Down Expand Up @@ -74,6 +74,9 @@ define Build/Prepare
$(call Build/Prepare/Default)
$(eval $(call Download,$(PKG_NAME)-web))
$(TAR) --strip-components=1 -C $(PKG_BUILD_DIR)/public/dist -xzf $(DL_DIR)/$(PKG_NAME)-web-$(PKG_WEB_VERSION).tar.gz
ifneq ($(CONFIG_ARCH_64BIT),y)
$(RM) -rf $(PKG_BUILD_DIR)/{drivers/lark.go,drivers/lark}
endif
endef

define Package/$(PKG_NAME)/install
Expand Down

0 comments on commit 18867f0

Please sign in to comment.