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:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-09-08 12:28:50 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-09-08 12:29:34 +0400
commitfeba2d3edf25b9c20bdd85d399c8f67123acf680 (patch)
tree43ce589ff0015465e13474ccde3beb84ba72cdb8 /SConstruct
parent5850ee0a6a99adc0e5d1db04314732ac3998e318 (diff)
Attempt to fix compilation error on ubuntu linux
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct5
1 files changed, 0 insertions, 5 deletions
diff --git a/SConstruct b/SConstruct
index c74caa23b55..d1d0db909ad 100644
--- a/SConstruct
+++ b/SConstruct
@@ -834,11 +834,6 @@ creob = B.creator(env)
thestatlibs, thelibincs = B.setup_staticlibs(env)
thesyslibs = B.setup_syslibs(env)
-# Hack to pass OSD libraries to linker before extern_{clew,cuew}
-for x in B.create_blender_liblist(env, 'system'):
- thesyslibs.append(os.path.basename(x))
- thelibincs.append(os.path.dirname(x))
-
if 'blender' in B.targets or not env['WITH_BF_NOBLENDER']:
blender_progname = "blender"
if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-vc', 'linuxcross'):