mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Added ia64 to the Makefile under the arch check
This commit is contained in:
parent
df4c4dd9dd
commit
24d8f2c0ff
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -99,7 +99,7 @@ endif
|
|||
|
||||
# Refuse all other platforms as a firewall against PEBKAC
|
||||
# (You'll need some #ifdef for your unsupported plattform!)
|
||||
ifeq ($(findstring $(ARCH), i386 x86_64 sparc64),)
|
||||
ifeq ($(findstring $(ARCH), i386 x86_64 sparc64 ia64),)
|
||||
$(error arch $(ARCH) is currently not supported)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue