diff options
author | bradleys <[email protected]> | 2014-10-15 23:32:41 +0000 |
---|---|---|
committer | bradleys <[email protected]> | 2014-10-15 23:32:41 +0000 |
commit | 5996c99f899f8a76289ae30b4b46277a4009179e (patch) | |
tree | 8298a85f55142f9716facda2073b5375a019626c /test/module.defs | |
parent | 5e35f6400466af7051aba28a29c4c06738c80b55 (diff) |
contrib: Add libgnurx to provide POSIX regex on Windows.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6445 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test/module.defs')
-rw-r--r-- | test/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/module.defs b/test/module.defs index 37187ed99..609c96b5d 100644 --- a/test/module.defs +++ b/test/module.defs @@ -60,7 +60,7 @@ endif ifeq (1,$(FEATURE.hwd)) TEST.GCC.D += USE_HWD endif - TEST.GCC.l += pthreadGC2 iconv ws2_32 + TEST.GCC.l += pthreadGC2 iconv ws2_32 regex TEST.GCC.D += PTW32_STATIC_LIB TEST.GCC.args.extra.exe++ += -static endif # (1-mingw,$(BUILD.cross)-$(BUILD.system)) |