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:
authorNathan Letwory <nathan@letworyinteractive.com>2010-08-30 01:38:59 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-08-30 01:38:59 +0400
commit37b54281b2f7b7101b9f050c452e2895b55c45e2 (patch)
treeabd02e7317b511925635c8a68ac7bd1708f00c3e /source/blender/nodes/SConscript
parent6c113b54b3566966b5ab2b731a59fa39b79aacd2 (diff)
Fix indentation errors
Diffstat (limited to 'source/blender/nodes/SConscript')
-rw-r--r--source/blender/nodes/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/SConscript b/source/blender/nodes/SConscript
index 284c92bcf81..3e7e0dbe54c 100644
--- a/source/blender/nodes/SConscript
+++ b/source/blender/nodes/SConscript
@@ -29,7 +29,7 @@ else:
if env['OURPLATFORM'] == 'linux2':
cflags='-pthread'
- incs += ' ../../../extern/binreloc/include'
+ incs += ' ../../../extern/binreloc/include'
if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc'):
incs += ' ' + env['BF_PTHREADS_INC']