Skip to content

Commit

Permalink
gzdoom: only build for 64-bit architectures
Browse files Browse the repository at this point in the history
Only LP64/LLP64 builds are officially supported. Please do not attempt
to build for other platforms; even if the program succeeds in a MAP01
smoke test, there are e.g. known visual artifacts that lead to a bad
user experience.

Link: https://forum.zdoom.org/viewtopic.php?f=7&t=75673
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
  • Loading branch information
dangowrt committed Dec 8, 2024
1 parent bed5714 commit 90a77d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/gzdoom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ define Package/gzdoom
CATEGORY:=Games
TITLE:=GZDoom
URL:=https://zdoom.org/
DEPENDS:=+alsa-lib +glib2 +libbz2 +libstdcpp +libzmusic +libvpx +libsdl2 +USE_MUSL:musl-fts
DEPENDS:=+alsa-lib +glib2 +libbz2 +libstdcpp +libzmusic +libvpx +libsdl2 +USE_MUSL:musl-fts @ARCH_64BIT
endef

define Package/gzdoom/description
Expand Down

0 comments on commit 90a77d3

Please sign in to comment.