From 8476097a01d919f5b53ee3a47828d606e5ce06cb Mon Sep 17 00:00:00 2001 From: Chris Want Date: Sun, 28 Mar 2004 22:36:28 +0000 Subject: [PATCH] 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?) --- source/nan_definitions.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk index aa6dbadf983..a9161f3f633 100644 --- a/source/nan_definitions.mk +++ b/source/nan_definitions.mk @@ -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)