From 3702947ef9f9bd22d080982581acfa3c6c15b015 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 13 Dec 2003 22:07:55 +0000 Subject: [PATCH] From Jeremy Bell, add -losgText to fix OSX compile. --- src/osgPlugins/flt/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/flt/GNUmakefile b/src/osgPlugins/flt/GNUmakefile index 86f54aec2..b96c88436 100644 --- a/src/osgPlugins/flt/GNUmakefile +++ b/src/osgPlugins/flt/GNUmakefile @@ -52,7 +52,7 @@ CXXFILES =\ INC += -I$(THISDIR) -LIBS += -losgSim $(OSG_LIBS) $(OTHER_LIBS) +LIBS += -losgSim -losgText $(OSG_LIBS) $(OTHER_LIBS) TARGET_BASENAME = flt include $(TOPDIR)/Make/cygwin_plugin_def