From b0644f0b05e79068923a5c1550a29dd9462119cb Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Thu, 5 Jul 2012 11:45:28 +0000 Subject: Scons: Fix for r48639, wrong syntax and wrong indent... --- SConstruct | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 1da1334f1f0..ec56d9e0b4d 100644 --- a/SConstruct +++ b/SConstruct @@ -769,13 +769,13 @@ 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') dllsources.append('${LCGDIR}/binaries/libgcc_s_sjlj-1.dll') - dllsources.append('${LCGDIR}/binaries/libwinpthread-1.dll') - dllsources.append('${LCGDIR}/binaries/libstdc++-6.dll)') + dllsources.append('${LCGDIR}/binaries/libwinpthread-1.dll') + dllsources.append('${LCGDIR}/binaries/libstdc++-6.dll)') dllsources.append('#source/icons/blender.exe.manifest') windlls = env.Install(dir=env['BF_INSTALLDIR'], source = dllsources) -- cgit v1.2.3