diff options
Diffstat (limited to 'test')
-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 5f19ebecc..1202a657f 100644 --- a/test/module.defs +++ b/test/module.defs @@ -19,7 +19,7 @@ TEST.GCC.l = \ samplerate swscale vpx theoraenc theoradec vorbis vorbisenc ogg x264 \ bluray freetype xml2 bz2 z jansson harfbuzz opus -ifneq ($(BUILD.system),darwin) +ifeq (,$(filter $(BUILD.system),darwin cygwin mingw)) TEST.GCC.l += fontconfig endif |