From aa29ae6b4fcb7a199159a10f512195aae017b74c Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Fri, 6 Jul 2012 13:36:54 +0000 Subject: Fix ultra stupid mistake on Scons. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index ec56d9e0b4d..993167acfe9 100644 --- a/SConstruct +++ b/SConstruct @@ -775,7 +775,7 @@ if env['OURPLATFORM'] == 'win64-mingw': 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/libstdc++-6.dll') dllsources.append('#source/icons/blender.exe.manifest') windlls = env.Install(dir=env['BF_INSTALLDIR'], source = dllsources) -- cgit v1.2.3