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

mingw_w64.patch « patches « carve « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 26a30be84c3b8c17246ffedf5664553f1d4a0e8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: bundle.sh
===================================================================
--- bundle.sh	(revision 45912)
+++ bundle.sh	(working copy)
@@ -114,7 +114,7 @@
 if env['WITH_BF_BOOST']:
     if env['OURPLATFORM'] not in ('win32-vc', 'win64-vc'):
         # Boost is setting as preferred collections library in the Carve code when using MSVC compiler
-        if env['OURPLATFORM'] != 'win32-mingw':
+        if env['OURPLATFORM'] not in ('win32-mingw', 'win64-mingw'):
             defs.append('HAVE_BOOST_UNORDERED_COLLECTIONS')
 
     defs.append('CARVE_SYSTEM_BOOST')