From Jeremy Bell, add -losgText to fix OSX compile.

This commit is contained in:
Robert Osfield
2003-12-13 22:07:55 +00:00
parent 70572a3930
commit 3702947ef9

View File

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