diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/module.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/module.defs b/test/module.defs index 1f794e93a..5bc8f1ffd 100644 --- a/test/module.defs +++ b/test/module.defs @@ -44,7 +44,7 @@ BUILD.out += $(TEST.install.exe) TEST.GCC.I += $(LIBHB.GCC.I) ifeq ($(BUILD.system),darwin) - TEST.GCC.f += IOKit CoreServices AudioToolbox + TEST.GCC.f += IOKit CoreServices AudioToolbox Foundation TEST.GCC.l += iconv else ifeq ($(BUILD.system),linux) TEST.GCC.l += pthread dl m @@ -65,7 +65,7 @@ ifeq (1,$(HAS.pthread)) else TEST.GCC.l += pthreadGC2 endif - TEST.GCC.l += iconv ws2_32 regex + TEST.GCC.l += iconv ws2_32 regex uuid TEST.GCC.D += PTW32_STATIC_LIB TEST.GCC.args.extra.exe++ += -static endif # (1-mingw,$(BUILD.cross)-$(BUILD.system)) |