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)