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_link.mk
parentde759dd2788eebb033d379aa9a932c9775c5c561 (diff)
Change linux makefiles to use system wide python lib.
Diffstat (limited to 'source/nan_link.mk')
-rw-r--r--source/nan_link.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/nan_link.mk b/source/nan_link.mk
index 3c84e62049b..a317c8a36ad 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -98,6 +98,7 @@ ifeq ($(OS),linux)
LLIBS = -L$(NAN_MESA)/lib -L/usr/X11R6/lib -lXmu -lXext -lX11 -lXi
LLIBS += -lutil -lc -lm -ldl -lpthread
LLIBS += -lsamplerate
+ LLIBS += -lpython$(NAN_PYTHON_VERSION)
LOPTS = -export-dynamic
DADD = -lGL -lGLU
SADD = $(NAN_MESA)/lib/libGL.a $(NAN_MESA)/lib/libGLU.a