mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
PAL10718: Portability gfortran. Fix by Erwan ADAM.
This commit is contained in:
parent
e83db15137
commit
02be390389
@ -26,7 +26,11 @@ LIB_SERVER_IDL =
|
||||
CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
|
||||
CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
|
||||
|
||||
ifeq ($(F77),gfortran)
|
||||
LDFLAGS += -lgfortran
|
||||
else
|
||||
LDFLAGS += -lg2c
|
||||
endif
|
||||
|
||||
@CONCLUDE@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user