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:
authorJoerg Mueller <nexyon@gmail.com>2009-08-12 00:48:19 +0400
committerJoerg Mueller <nexyon@gmail.com>2009-08-12 00:48:19 +0400
commitf750a68a2627f5185edff05885b010c63bb16571 (patch)
tree2bba697472dbc94babf70c96f379f9b53a9e4ac1 /tools/Blender.py
parent88beab2cce50b5dc617eef22395aa82e5991d635 (diff)
Useless final sound system branch update.soundsystem
Diffstat (limited to 'tools/Blender.py')
-rw-r--r--tools/Blender.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Blender.py b/tools/Blender.py
index 6b07853ac85..bca9ba4754d 100644
--- a/tools/Blender.py
+++ b/tools/Blender.py
@@ -198,6 +198,7 @@ def setup_syslibs(lenv):
if lenv['WITH_BF_LCMS']:
syslibs.append(lenv['BF_LCMS_LIB'])
+
syslibs += lenv['LLIBS']
return syslibs