From 7b36dea11546e5de0568c609d4d450b46ffa100b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 20 May 2013 18:55:08 +0000 Subject: code cleanup: scons - binreloc include was copied all over the place for no reason, -pthread too. --- source/blender/editors/space_node/SConscript | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/editors/space_node/SConscript') diff --git a/source/blender/editors/space_node/SConscript b/source/blender/editors/space_node/SConscript index e423d39cba4..3f69260b25d 100644 --- a/source/blender/editors/space_node/SConscript +++ b/source/blender/editors/space_node/SConscript @@ -57,10 +57,6 @@ if env['CC'] == 'gcc': #cf.append('-Werror') pass -if env['OURPLATFORM'] == 'linux': - cflags='-pthread' - incs += ' ../../../extern/binreloc/include' - if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc', 'win64-mingw'): incs += ' ' + env['BF_PTHREADS_INC'] -- cgit v1.2.3