code cleanup: scons - binreloc include was copied all over the place for no reason, -pthread too.
This commit is contained in:
@@ -50,10 +50,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']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user