summaryrefslogtreecommitdiffstats
path: root/programs/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 /programs/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 'programs/Makefile')
-rw-r--r--programs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/Makefile b/programs/Makefile
index 8a2ad65..af461fe 100644
--- a/programs/Makefile
+++ b/programs/Makefile
@@ -109,7 +109,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))
unlz4: lz4
ln -s lz4$(EXT) unlz4$(EXT)