From 224c7e161410dcc02837a31dcfe8fdb67efb124e Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Fri, 2 Dec 2022 09:45:47 -0700 Subject: [PATCH] Fix eduke32 compilation on i686 --- recipes/eduke32/redox.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/eduke32/redox.patch b/recipes/eduke32/redox.patch index 42a3f80da..52f966ca2 100644 --- a/recipes/eduke32/redox.patch +++ b/recipes/eduke32/redox.patch @@ -15,7 +15,7 @@ diff -rupwN source/Common.mak source-new/Common.mak endif +ifeq ($(PLATFORM),REDOX) -+ CROSS := x86_64-unknown-redox- ++ CROSS := $(TARGET)- +endif + CC := $(CROSS)gcc$(CROSS_SUFFIX) -- GitLab