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:
authorKent Mein <mein@cs.umn.edu>2002-11-08 13:16:47 +0300
committerKent Mein <mein@cs.umn.edu>2002-11-08 13:16:47 +0300
commitfbdf58fe2915c81973ad38ea5a0314a16032cb19 (patch)
treebea19ceaf768e3bdffae4657c3215914bc2e1f1d
parent7325eff128911019593c214e1ed3b507b7ce6abf (diff)
I needed to update the path to libfrozen on the linking also
missed it before. Kent -- mein@cs.umn.edu
-rw-r--r--source/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile b/source/Makefile
index d27c309a3c6..5913787aec0 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -113,7 +113,7 @@ PYPLAYERLIB ?= $(PYLIB)
GRPLIB += $(OCGDIR)/blender/renderconverter/$(DEBUG_DIR)librenderconverter.a
GRPLIB += $(OCGDIR)/blender/render/$(DEBUG_DIR)librender.a
GRPLIB += $(OCGDIR)/blender/bpython/$(DEBUG_DIR)libbpython.a
- GRPLIB += $(NAN_PYTHON)/frozen/libfrozen.a
+ GRPLIB += $(OCGDIR)/blender/bpython/$(DEBUG_DIR)libfrozen.a
# nlin: the reason that some libraries appear more than once below is
# to handle circular dependencies in linking among libraries... some