Intel Icc 14 porting
This commit is contained in:
parent
f77b4801a2
commit
3bef09ddb4
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@ cpptoo = $(Ctoo)
|
|||
LINK_LIBS = $(c++DBUG) -lrt
|
||||
|
||||
LINKLIBSO = $(CC) $(c++FLAGS) -shared
|
||||
LINKEXE = $(CC) $(c++FLAGS)
|
||||
LINKEXE = $(CC) $(c++FLAGS) -L$(FOAM_MPI_LIBBIN) -lPstream
|
||||
|
|
Reference in a new issue