mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Fix eduke32 compilation on i686
This commit is contained in:
parent
b815753633
commit
224c7e1614
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user