Skip to content
Snippets Groups Projects
Commit d5b1e5a0 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

COMP: place libz linkage at the end (#1238)

parent 6ad85e96
No related branches found
No related tags found
No related merge requests found
......@@ -5,11 +5,13 @@ EXE_INC = \
-I$(OBJECTS_DIR)
LIB_LIBS = \
$(FOAM_LIBBIN)/libOSspecific.o \
-lz
$(FOAM_LIBBIN)/libOSspecific.o
ifeq ($(FOAM_LINK_DUMMY_PSTREAM),libo)
LIB_LIBS += $(FOAM_LIBBIN)/dummy/libPstream.o
else
LIB_LIBS += -L$(FOAM_LIBBIN)/dummy -lPstream
endif
LIB_LIBS += \
-lz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment