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/physics/SConscript | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/editors/physics') diff --git a/source/blender/editors/physics/SConscript b/source/blender/editors/physics/SConscript index 8c77cd13179..59a54f4ab05 100644 --- a/source/blender/editors/physics/SConscript +++ b/source/blender/editors/physics/SConscript @@ -51,10 +51,6 @@ incs = ' '.join(incs) defs = [] -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