Update build rules to deal with new gettext libraries.

This commit is contained in:
Sergey Sharybin
2011-09-15 11:37:42 +00:00
parent 761c44cbc1
commit 86d05b3144
4 changed files with 13 additions and 17 deletions

View File

@@ -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']