summaryrefslogtreecommitdiffstats
path: root/programs
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2019-03-03 21:40:45 (GMT)
committerGitHub <noreply@github.com>2019-03-03 21:40:45 (GMT)
commitc4385483121578644db7f865d4051713b4b254c2 (patch)
treeefe9731f113eb4c68d03a095d1b1ff050874e30c /programs
parentd85bdb4ff2c17b97ce57807035c7e5717fda694f (diff)
parent0360981f681b06e47c0516223165e96e309c6af6 (diff)
downloadlz4-c4385483121578644db7f865d4051713b4b254c2.zip
lz4-c4385483121578644db7f865d4051713b4b254c2.tar.gz
lz4-c4385483121578644db7f865d4051713b4b254c2.tar.bz2
Merge pull request #652 from vtorri/dev
Allow installation of lz4 for Windows 10 with MSYS2
Diffstat (limited to 'programs')
-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)