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/sculpt_paint/SConscript | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/editors/sculpt_paint') diff --git a/source/blender/editors/sculpt_paint/SConscript b/source/blender/editors/sculpt_paint/SConscript index 63a1525adcc..b2e936058a0 100644 --- a/source/blender/editors/sculpt_paint/SConscript +++ b/source/blender/editors/sculpt_paint/SConscript @@ -50,10 +50,6 @@ incs = [ ] incs = ' '.join(incs) -if env['OURPLATFORM'] == 'linux': - cflags='-pthread' - incs += ' ../../../extern/binreloc/include' - if env['OURPLATFORM'] == 'linuxcross': if env['WITH_BF_OPENMP']: incs += ' ' + env['BF_OPENMP_INC'] -- cgit v1.2.3