mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: place libz linkage at the end (#1238)
This commit is contained in:
committed by
Andrew Heather
parent
b5d775a691
commit
1da01af305
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user