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
path: root/tools
diff options
context:
space:
mode:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-05-05 23:26:10 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-05-05 23:26:10 +0400
commit914a4d1a6c39b90ca631fa82742097749236322d (patch)
tree895b62d20fd6789b80c93340fcb7399f7027d56e /tools
parent102868467b619734f985718c4b1e8a483c56e911 (diff)
soc-2008-mxcurioni: lib3ds compiles as an external library
Diffstat (limited to 'tools')
-rw-r--r--tools/Blender.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Blender.py b/tools/Blender.py
index e4d143935a3..17010fcd308 100644
--- a/tools/Blender.py
+++ b/tools/Blender.py
@@ -163,7 +163,7 @@ def setup_syslibs(lenv):
syslibs += Split(lenv['BF_OPENEXR_LIB'])
if lenv['WITH_BF_FFMPEG']:
syslibs += Split(lenv['BF_FFMPEG_LIB'])
- if lenv['WITH_BF_FREESTYLE']:
+ if lenv['WITH_BF_FREESTYLE']:
syslibs += Split(lenv['BF_LIB3DS_LIB'])
syslibs += Split(lenv['BF_SDL_LIB'])
if not lenv['WITH_BF_STATICOPENGL']: