Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2012-07-06 17:36:54 +0400
committerAntony Riakiotakis <kalast@gmail.com>2012-07-06 17:36:54 +0400
commitaa29ae6b4fcb7a199159a10f512195aae017b74c (patch)
tree53f40169834573717850619eb1cde729da39813b /SConstruct
parent28f7bfa8dfd691a1af7966ed3f8358479f069adf (diff)
Fix ultra stupid mistake on Scons.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
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)