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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-08-10 06:43:03 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-08-10 06:43:03 +0400
commit335b74a7143dc328e1c216176fb04b207ced8ee7 (patch)
treeb394d66988afd07be6323d467f4a23edf79c2065 /source/nan_definitions.mk
parentde759dd2788eebb033d379aa9a932c9775c5c561 (diff)
Change linux makefiles to use system wide python lib.
Diffstat (limited to 'source/nan_definitions.mk')
-rw-r--r--source/nan_definitions.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index d6701c6fa44..c98ccca307f 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -295,7 +295,8 @@ ifndef CONFIG_GUESS
export NAN_PYTHON ?= /usr
export NAN_PYTHON_VERSION ?= 3.1
export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
- export NAN_PYTHON_LIB ?= $(NAN_PYTHON)/lib/python$(NAN_PYTHON_VERSION)/config/libpython$(NAN_PYTHON_VERSION).a
+ # Next line if for static python, nan_link.mk uses -lpython$(NAN_PYTHON_VERSION)
+ #export NAN_PYTHON_LIB ?= $(NAN_PYTHON)/lib/python$(NAN_PYTHON_VERSION)/config/libpython$(NAN_PYTHON_VERSION).a
export NAN_OPENAL ?= /usr
export NAN_JPEG ?= /usr
export NAN_PNG ?= /usr