Scons:
Fix for r48639, wrong syntax and wrong indent...
This commit is contained in:
@@ -769,7 +769,7 @@ if env['OURPLATFORM'] == 'win64-mingw':
|
||||
if env['WITH_BF_SDL']:
|
||||
dllsources.append('${LCGDIR}/sdl/lib/SDL.dll')
|
||||
|
||||
if(env['WITH_BF_OPENMP'])
|
||||
if(env['WITH_BF_OPENMP']):
|
||||
dllsources.append('${LCGDIR}/binaries/libgomp-1.dll')
|
||||
|
||||
dllsources.append('${LCGDIR}/thumbhandler/lib/BlendThumb64.dll')
|
||||
|
Reference in New Issue
Block a user