easy-iso

Iso-surface extraction from volume data
git clone https://git.0xfab.ch/easy-iso.git
Log | Files | Refs | Submodules | README | LICENSE

commit 280fa86e768d791210645303ed25a278c3b05229
parent ca56afe397349b569b4bc8b01fdf6865597eacde
Author: Fabian Wermelinger <fabianw@mavt.ethz.ch>
Date:   Mon, 28 Nov 2016 17:03:27 +0100

added missing -lz to linker call

Diffstat:
MMakefile.config | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Makefile.config b/Makefile.config @@ -116,9 +116,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"