Make python 2.3 the default for the irix build.

This commit is contained in:
Chris Want 2004-04-30 02:12:28 +00:00
parent 4c423081b2
commit bfc6fbc573

@ -221,7 +221,7 @@ endif
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_VERSION ?= 2.3
export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
export NAN_OPENAL ?= $(LCGDIR)/openal
export NAN_FMOD ?= $(LCGDIR)/fmod