Library needed to allow dynamic loading on Mac OS X
This commit is contained in:
parent
bb2113dfc5
commit
1cdd6a6f0c
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ EXE_INC = \
|
|||
ifeq ($(WM_ARCH_BASE), darwin)
|
||||
/* No librt for Mac OS X */
|
||||
LIB_LIBS = \
|
||||
-lfoam \
|
||||
-L$(SCOTCH_LIB_DIR) -lscotch \
|
||||
-L$(SCOTCH_LIB_DIR) -lscotcherrexit
|
||||
else
|
||||
|
|
Reference in a new issue