From: Clifford Wolf Date: Sun, 22 Jul 2018 12:28:45 +0000 (+0200) Subject: Add missing -lz to MXE build X-Git-Tag: yosys-0.8~48 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ab700ef215d7e6fd70c7b24de17f46b80de09c9f;p=yosys.git Add missing -lz to MXE build Signed-off-by: Clifford Wolf --- diff --git a/Makefile b/Makefile index 11803ec0a..2090a083a 100644 --- a/Makefile +++ b/Makefile @@ -276,7 +276,7 @@ endif ifeq ($(CONFIG),mxe) CXXFLAGS += -DYOSYS_ENABLE_TCL -LDLIBS += -ltcl86 -lwsock32 -lws2_32 -lnetapi32 +LDLIBS += -ltcl86 -lwsock32 -lws2_32 -lnetapi32 -lz else CXXFLAGS += $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) $(PKG_CONFIG) --silence-errors --cflags tcl || echo -I$(TCL_INCLUDE)) -DYOSYS_ENABLE_TCL ifeq ($(OS), FreeBSD)