mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 01:10: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
|
CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
|
||||||
CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
|
CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
|
||||||
|
|
||||||
|
ifeq ($(F77),gfortran)
|
||||||
|
LDFLAGS += -lgfortran
|
||||||
|
else
|
||||||
LDFLAGS += -lg2c
|
LDFLAGS += -lg2c
|
||||||
|
endif
|
||||||
|
|
||||||
@CONCLUDE@
|
@CONCLUDE@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user