Skip to content
Snippets Groups Projects
Commit 79c39321 authored by Oliver Bock's avatar Oliver Bock
Browse files

Fixed liboglft's spelling (all lower case since automake->cmake migration!)

parent c7c300d3
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ STARSPHERE_INSTALL?=$(PWD)
CXX ?= g++
# variables
LIBS = -Wl,-Bstatic -lframework -lOGLFT -L$(STARSPHERE_INSTALL)/lib
LIBS = -Wl,-Bstatic -lframework -loglft -L$(STARSPHERE_INSTALL)/lib
LIBS += $(shell $(STARSPHERE_INSTALL)/bin/freetype-config --libs)
LIBS += -lboinc_api -lboinc -L/usr/lib
LIBS += -Wl,-Bdynamic $(shell $(STARSPHERE_INSTALL)/bin/sdl-config --static-libs) -lGL -lGLU
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment