Merge pull request #1330 from korli/haiku

Enable building zstd on Haiku.
This commit is contained in:
Yann Collet
2018-10-03 13:36:00 -07:00
committed by GitHub
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -260,7 +260,7 @@ preview-man: clean-man man
#-----------------------------------------------------------------------------
# make install is validated only for Linux, macOS, BSD, Hurd and Solaris targets
#-----------------------------------------------------------------------------
ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS))
ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku))
EGREP = egrep --color=never