mirror of
https://github.com/yquake2/rogue.git
synced 2024-11-24 21:21:38 +00:00
Added ia64 to the makefile
This commit is contained in:
parent
16e11b2ae4
commit
fb179f0f16
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -33,7 +33,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