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:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-09-15 15:37:42 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-09-15 15:37:42 +0400
commit86d05b31446d8960679ece640089474afe5577d9 (patch)
tree2bc24d4a7d9086fb80d039b9f1297dd620645ac0 /SConstruct
parent761c44cbc1274a023fdb89cf5a4cbd4100684cd3 (diff)
Update build rules to deal with new gettext libraries.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 2531872af6c..06e6fe3473d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -645,7 +645,7 @@ else:
if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-vc', 'linuxcross'):
dllsources = []
- if not env['OURPLATFORM'] in ('win32-mingw', 'win64-vc', 'linuxcross'):
+ if not env['OURPLATFORM'] in ('win32-mingw', 'linuxcross'):
# For MinGW and linuxcross static linking will be used
dllsources += ['${LCGDIR}/gettext/lib/gnu_gettext.dll']