diff options
Diffstat (limited to 'test/module.defs')
-rw-r--r-- | test/module.defs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/module.defs b/test/module.defs index ea4ea630f..011b17fb2 100644 --- a/test/module.defs +++ b/test/module.defs @@ -89,7 +89,10 @@ ifeq (1,$(HAS.pthread)) else TEST.GCC.l += pthreadGC2 endif - TEST.GCC.l += bcrypt iconv ws2_32 regex uuid ole32 mfplat strmiids + TEST.GCC.l += bcrypt iconv ws2_32 regex uuid ole32 + ifeq (1,$(FEATURE.mf)) + TEST.GCC.l += mfplat strmiids + endif TEST.GCC.D += PTW32_STATIC_LIB TEST.GCC.args.extra.exe++ += -static endif # (1-mingw,$(HOST.cross)-$(HOST.system)) |