Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build_files')
-rw-r--r--build_files/make/nan_definitions.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/build_files/make/nan_definitions.mk b/build_files/make/nan_definitions.mk
index d8da2189e6d..307bf19153b 100644
--- a/build_files/make/nan_definitions.mk
+++ b/build_files/make/nan_definitions.mk
@@ -296,6 +296,7 @@ ifndef CONFIG_GUESS
export HOST = $(shell hostname -s)
export FREEDESKTOP ?= true
+ export BF_PREFIX ?= /usr/local
export NAN_PYTHON ?= /usr/local
export NAN_PYTHON_VERSION ?= 3.1
export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
@@ -334,6 +335,8 @@ ifndef CONFIG_GUESS
export HOST = $(shell /usr/bsd/hostname -s)
#export NAN_NO_KETSJI=true
export NAN_JUST_BLENDERDYNAMIC=true
+
+ export BF_PREFIX ?= /usr/local
export NAN_PYTHON_VERSION ?= 3.1
ifeq ($(IRIX_USE_GCC), true)
export NAN_PYTHON ?= $(LCGDIR)/python_gcc
@@ -392,6 +395,7 @@ ifndef CONFIG_GUESS
export HOST = $(shell hostname -s)
export FREEDESKTOP ?= true
+ export BF_PREFIX ?= /usr/local
export NAN_PYTHON ?= /usr
export NAN_PYTHON_VERSION ?= 3.1
export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
@@ -458,6 +462,7 @@ ifndef CONFIG_GUESS
export HOST = $(shell hostname -s)
export FREEDESKTOP ?= true
+ export BF_PREFIX ?= /usr/local
export NAN_PYTHON ?= $(LCGDIR)/python
export NAN_PYTHON_VERSION ?= 3.1
export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
@@ -494,6 +499,8 @@ ifndef CONFIG_GUESS
export ID = $(shell /usr/ucb/whoami)
export HOST = $(shell hostname)
+
+ export BF_PREFIX ?= /usr/local
export NAN_PYTHON ?= $(LCGDIR)/python
export NAN_PYTHON_VERSION ?= 3.1
export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)