mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Makefile fix for mips architecture (#4995):
Fixes the \n in the $ARCH variable for IRIX/mips Patch by Patrick Baggett
This commit is contained in:
parent
bd2b704c91
commit
960dca2cd4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -739,7 +739,7 @@ else # ifeq netbsd
|
|||
|
||||
ifeq ($(PLATFORM),irix64)
|
||||
|
||||
ARCH=mips #default to MIPS
|
||||
ARCH=mips
|
||||
|
||||
CC = c99
|
||||
MKDIR = mkdir -p
|
||||
|
|
Loading…
Reference in a new issue