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:
authorCampbell Barton <ideasman42@gmail.com>2013-05-20 22:55:08 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-05-20 22:55:08 +0400
commit7b36dea11546e5de0568c609d4d450b46ffa100b (patch)
treeaaeffa0cf8d9a3f103c5834d78acf4c1574c2ff9 /source/blender/blenlib/SConscript
parent6de829cb7a2b78657d3aa1d1ced04ac98cd8ebac (diff)
code cleanup: scons - binreloc include was copied all over the place for no reason, -pthread too.
Diffstat (limited to 'source/blender/blenlib/SConscript')
-rw-r--r--source/blender/blenlib/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenlib/SConscript b/source/blender/blenlib/SConscript
index 76b1c522b64..b712d2032bf 100644
--- a/source/blender/blenlib/SConscript
+++ b/source/blender/blenlib/SConscript
@@ -45,7 +45,6 @@ incs = ' '.join(incs)
defs = []
if env['WITH_BF_BINRELOC']:
- cflags='-pthread'
incs += ' ../../../extern/binreloc/include'
defs.append('WITH_BINRELOC')