diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-15 08:47:39 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-15 08:47:50 +0200 |
commit | f97dd7b4eb84543de49a5d67c182ed87dc29fe82 (patch) | |
tree | 8a9f550b8b8722d2f7e01b57e5c50e40b8dd322e | |
parent | 4a6f1853a2a15b938575406feada108443257536 (diff) |
Try again to unbreak the MinGW cross-compiling tinderbox
Change-Id: Ie99768276ad9ca1dbd3aa3cb220d193ae7138858
-rw-r--r-- | Module_cross_tail_build.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Module_cross_tail_build.mk b/Module_cross_tail_build.mk index c2398213294f..ed844b0fc95f 100644 --- a/Module_cross_tail_build.mk +++ b/Module_cross_tail_build.mk @@ -75,7 +75,8 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\ $(call gb_Helper_optional_for_host,DESKTOP, \ helpcompiler \ l10ntools \ - nss \ + $(call gb_Helper_optional,LCMS2,lcms2) \ + $(call gb_Helper_optional,NSS,nss) \ sot \ svl \ svtools \ |