Skip to content

Commit

Permalink
Jellyfin: arm32 is not supported for now
Browse files Browse the repository at this point in the history
  • Loading branch information
publicarray committed Jul 21, 2020
1 parent c655ce5 commit 63a4748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions cross/jellyfin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@ CONFIGURE_TARGET = none
COMPILE_TARGET = jellyfin_compile_target
INSTALL_TARGET = jellyfin_install_target

UNSUPPORTED_ARCHS = $(PPC_ARCHES)
UNSUPPORTED_ARCHS = $(PPC_ARCHES) $(ARM5_ARCHES)

include ../../mk/spksrc.cross-cc.mk

ifeq ($(findstring $(ARCH),$(ARM5_ARCHES)),$(ARCH))
DOTNET_ARCH = armel
endif
ifeq ($(findstring $(ARCH),$(ARM7_ARCHES)),$(ARCH))
DOTNET_ARCH = arm
endif
Expand Down
2 changes: 1 addition & 1 deletion spk/jellyfin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ SERVICE_PORT_TITLE = Jellyfin (HTTP)
ADMIN_PORT = $(SERVICE_PORT)

# no PPC support
UNSUPPORTED_ARCHS = $(PPC_ARCHES)
UNSUPPORTED_ARCHS = $(PPC_ARCHES) $(ARM5_ARCHES)

include ../../mk/spksrc.spk.mk

0 comments on commit 63a4748

Please sign in to comment.