SloanRenumber: link with libboost_system.so rather than libboost_thread.so
Resolves bug-report http://bugs.openfoam.org/view.php?id=2135
This commit is contained in:
parent
90f400ead5
commit
4bb9e66c24
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ EXE_INC = \
|
||||||
-I$(LIB_SRC)/renumber/renumberMethods/lnInclude
|
-I$(LIB_SRC)/renumber/renumberMethods/lnInclude
|
||||||
|
|
||||||
LIB_LIBS = \
|
LIB_LIBS = \
|
||||||
-L$(BOOST_ARCH_PATH)/lib -lboost_thread \
|
-L$(BOOST_ARCH_PATH)/lib -lboost_system \
|
||||||
-lmeshTools \
|
-lmeshTools \
|
||||||
-ldecompositionMethods \
|
-ldecompositionMethods \
|
||||||
-lrenumberMethods
|
-lrenumberMethods
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue