diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2018-11-20 20:08:23 (GMT) |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2018-11-20 20:08:23 (GMT) |
commit | 0314027051fd931ef4bd06591fdf30ea03a0de3d (patch) | |
tree | 101505ef089c6da5fc2a92fad8527f4eefe8ddeb /programs | |
parent | 4602f141fa9e4bfaba714b30ff4150f2665de2e5 (diff) | |
download | lz4-0314027051fd931ef4bd06591fdf30ea03a0de3d.zip lz4-0314027051fd931ef4bd06591fdf30ea03a0de3d.tar.gz lz4-0314027051fd931ef4bd06591fdf30ea03a0de3d.tar.bz2 |
Allow installation of lz4 for Windows (MSYS2 or when cross-compiling)
Diffstat (limited to 'programs')
-rw-r--r-- | programs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/Makefile b/programs/Makefile index bd33d9b..8a2ad65 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)) +ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku MidnightBSD MINGW32_NT-6.1 MINGW64_NT-6.1)) unlz4: lz4 ln -s lz4$(EXT) unlz4$(EXT) |