diff --git a/release/Makefile b/release/Makefile index f0bd38502a1..e04645a7075 100644 --- a/release/Makefile +++ b/release/Makefile @@ -33,7 +33,7 @@ include nan_definitions.mk export VERSION := $(shell cat VERSION) -BLENDNAME=blender-$(VERSION)-$(CONFIG_GUESS)$(TYPE) +BLENDNAME=blender-$(VERSION)-$(CONFIG_GUESS)-py$(NAN_PYTHON_VERSION)$(TYPE) export DISTDIR=$(NAN_OBJDIR)/$(BLENDNAME) export CONFDIR=$(DISTDIR)/.blender