Changed the dependency list to use -losg -losgDB instead of OSG_LIBS
This commit is contained in:
@@ -8,7 +8,7 @@ CXXFILES =\
|
||||
|
||||
INC += $(FREETYPE_INCLUDE)
|
||||
|
||||
LIBS += -losgText $(OSG_LIBS) $(FREETYPE_LIB) $(OTHER_LIBS)
|
||||
LIBS += -losgText -losg -losgDB $(FREETYPE_LIB) $(OTHER_LIBS)
|
||||
|
||||
|
||||
TARGET_BASENAME = freetype
|
||||
|
||||
Reference in New Issue
Block a user