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:
authorNathan Letwory <nathan@letworyinteractive.com>2012-04-26 12:04:11 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2012-04-26 12:04:11 +0400
commitc30dba9a92b1d5cf0b88902c4c33388b3681fcc8 (patch)
tree34a0f2d0ed8c9238a56a1d2539db6a001581aa47 /SConstruct
parent5b0fcbd8f908b85ad344d7caeac892d50c18f33f (diff)
Fix OIIO dll copying for win32-mingw
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
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')