summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2019-03-03 21:06:38 (GMT)
committerVincent Torri <vincent.torri@gmail.com>2019-03-03 21:06:38 (GMT)
commit0360981f681b06e47c0516223165e96e309c6af6 (patch)
tree2fc9051a263ecef81f0e13c6e937133b87239f6b /Makefile
parent9021648ba7325f7d27263119036c60d88cdfda4a (diff)
downloadlz4-0360981f681b06e47c0516223165e96e309c6af6.zip
lz4-0360981f681b06e47c0516223165e96e309c6af6.tar.gz
lz4-0360981f681b06e47c0516223165e96e309c6af6.tar.bz2
Allow installation of lz4 for Windows 10 with MSYS2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 091b256..df54c73 100644
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,7 @@ clean:
#-----------------------------------------------------------------------------
# make install is validated only for Linux, OSX, BSD, Hurd and Solaris targets
#-----------------------------------------------------------------------------
-ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku MidnightBSD MINGW32_NT-6.1 MINGW64_NT-6.1))
+ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku MidnightBSD MINGW32_NT-6.1 MINGW64_NT-6.1 MINGW32_NT-10.0 MINGW64_NT-10.0))
HOST_OS = POSIX
.PHONY: install uninstall