Were path issues with getversion script on some platforms.

Kent
This commit is contained in:
Kent Mein 2008-03-03 15:51:55 +00:00
parent 3f0cb42682
commit 1adc93623c

@ -31,7 +31,7 @@
include nan_definitions.mk
export VERSION := $(shell getversion.py)
export VERSION := $(shell ./getversion.py)
BLENDNAME=blender-$(VERSION)-$(CONFIG_GUESS)-py$(NAN_PYTHON_VERSION)$(TYPE)
export DISTDIR=$(NAN_OBJDIR)/$(BLENDNAME)