Skip to content

Commit

Permalink
fix Jellyfin, compile to single binary
Browse files Browse the repository at this point in the history
fixes #27
  • Loading branch information
publicarray committed Feb 21, 2021
1 parent dac1d21 commit a8645d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cross/jellyfin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ HOMEPAGE = https://jellyfin.org
COMMENT = The Free Software Media System. It is an alternative to the proprietary Emby and Plex.
LICENSE = GPLv2


BUILD_DEPENDS = native/dotnet-sdk-3.1
DOTNET_VERSION=3.1
BUILD_DEPENDS = native/dotnet-sdk-$(DOTNET_VERSION)

DOTNET_OPTIMIZE=1
DOTNET_SELF_CONTAINED=1
DOTNET_SINGLE_FILE=1
DOTNET_PACKAGE_NAME=Jellyfin.Server

include ../../mk/spksrc.cross-dotnet.mk

0 comments on commit a8645d1

Please sign in to comment.