commit 27200d8dbde96bfb558ad1634ebcc6f7540f084b
parent b85945a0b4bbab8569a22a797112583eab9091b8
Author: Fabian Wermelinger <fabianw@mavt.ethz.ch>
Date: Mon, 28 Nov 2016 19:37:54 +0100
Merge branch 'master' of gitlab.ethz.ch:fabianw/easy_iso
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Makefile.config b/Makefile.config
@@ -118,9 +118,7 @@ endif
# Encoding Options
ifeq "$(zlib)" "1"
CPPFLAGS += -D_USE_ZLIB_
-ifneq "$(findstring kilo,$(shell hostname))" ""
- LIB += -lz
-endif
+ LIB += -lz
endif
ifeq "$(lz4)" "1"