Library needed to allow dynamic loading on Mac OS X

This commit is contained in:
Bernhard F.W. Gschaider 2014-04-12 20:27:41 +02:00
parent bb2113dfc5
commit 1cdd6a6f0c

View file

@ -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