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)
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user