mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 389392 - Mingw build error, mozlcms.lib: No such file or directory, r=dbaron, sr=benjamin, a=bzbarsky
This commit is contained in:
parent
c054662981
commit
8394bebb9e
@ -7060,7 +7060,7 @@ MOZ_NATIVE_LCMS= )
|
||||
if test -z "$MOZ_NATIVE_LCMS"
|
||||
then
|
||||
LCMS_CFLAGS=
|
||||
if test "$OS_ARCH" = "WINNT"; then
|
||||
if test "$_WIN32_MSVC"; then
|
||||
if test -z "$BUILD_STATIC_LIBS" -a -z "$MOZ_ENABLE_LIBXUL"; then
|
||||
LCMS_CFLAGS=-DLCMS_DLL
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user