Disable compilation of the game engine for irix.

I don't want to do this, but the new Open GL extension stuff won't
compile under Irix, and the glext.h from sgi only works under
linux/windows (Kester: can you look into a work around for this?)
This commit is contained in:
Chris Want 2004-03-28 22:36:28 +00:00
parent 07067e1a95
commit 8476097a01

@ -219,6 +219,7 @@ endif
export ID = $(shell whoami)
export HOST = $(shell /usr/bsd/hostname -s)
export NAN_NO_KETSJI=true
export NAN_PYTHON ?= $(LCGDIR)/python
export NAN_PYTHON_VERSION ?= 2.2
export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)