From c30dba9a92b1d5cf0b88902c4c33388b3681fcc8 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Thu, 26 Apr 2012 08:04:11 +0000 Subject: Fix OIIO dll copying for win32-mingw --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 96d27ae76b0..b1603fd0397 100644 --- a/SConstruct +++ b/SConstruct @@ -774,7 +774,7 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-vc', 'linuxcross'): dllsources.append('${LCGDIR}/thumbhandler/lib/BlendThumb.dll') dllsources.append('${LCGDIR}/thumbhandler/lib/BlendThumb64.dll') - if env['WITH_BF_OIIO']: + if env['WITH_BF_OIIO'] and env['OURPLATFORM'] != 'win32-mingw': dllsources.append('${LCGDIR}/openimageio/bin/OpenImageIO.dll') dllsources.append('#source/icons/blender.exe.manifest') -- cgit v1.2.3