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/freestyle/SConscript | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/freestyle/SConscript') diff --git a/source/blender/freestyle/SConscript b/source/blender/freestyle/SConscript index 37213ab856a..eb38b69278e 100644 --- a/source/blender/freestyle/SConscript +++ b/source/blender/freestyle/SConscript @@ -25,10 +25,6 @@ incs = ' '.join(incs) defs = ['WITH_FREESTYLE'] -if env['OURPLATFORM'] == 'linux2': - cflags='-pthread' - incs += ' ../../../extern/binreloc/include' - if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc'): incs += ' ' + env['BF_PTHREADS_INC'] -- cgit v1.2.3