mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-26 06:20:48 +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
|
# Refuse all other platforms as a firewall against PEBKAC
|
||||||
# (You'll need some #ifdef for your unsupported plattform!)
|
# (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)
|
$(error arch $(ARCH) is currently not supported)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue