Fix eduke32 compilation on i686

This commit is contained in:
Jeremy Soller 2022-12-02 09:45:47 -07:00
parent b815753633
commit 224c7e1614
No known key found for this signature in database
GPG Key ID: 87F211AF2BE4C2FE

View File

@ -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)