diff options
author | JPeterMugaas <jpmugaas@suddenlink.net> | 2019-04-22 20:06:04 (GMT) |
---|---|---|
committer | JPeterMugaas <jpmugaas@suddenlink.net> | 2019-04-22 20:06:04 (GMT) |
commit | 2acddd9918bdef87179d63fd06dc31e9d9bc3f1e (patch) | |
tree | 241e8415c60b5cddba4a7b94ba6e5bfa078ed980 /Makefile.inc | |
parent | b48f823f907e7763ed4178726c00453fb2af7a28 (diff) | |
download | lz4-2acddd9918bdef87179d63fd06dc31e9d9bc3f1e.zip lz4-2acddd9918bdef87179d63fd06dc31e9d9bc3f1e.tar.gz lz4-2acddd9918bdef87179d63fd06dc31e9d9bc3f1e.tar.bz2 |
Fix a test for mingw
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc index d9dc891..c09ba62 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -52,7 +52,7 @@ VOID := /dev/null endif endif -ifneq (,$(filter Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku MidnightBSD MINGW32% MINGW64% CYGWIN% MSYS%,$(shell uname))) +ifneq (,$(filter Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku MidnightBSD MINGW% CYGWIN% MSYS%,$(shell uname))) POSIX_ENV = Yes else POSIX_ENV = No |