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

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

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