Skip to content

Commit

Permalink
simplify gaps
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzeng committed Apr 1, 2017
1 parent b376d30 commit 56f727c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gaps/makefiles/Makefile.apps
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ LDFLAGS=$(DEBUG_LDFLAGS)

ifeq ("$(findstring CYGWIN,$(OS))", "CYGWIN")
#OPENGL_LIBS=-lglut32 -lglu32 -lopengl32
OPENGL_LIBS=-lfglut -lglu32 -lopengl32 -lwinmm -lgdi32
OPENGL_LIBS=-lglu32 -lopengl32 -lwinmm -lgdi32
else ifeq ("$(OS)","Darwin")
OPENGL_LIBS=-framework GLUT -framework opengl
else
#OPENGL_LIBS=-lglut -lGLU -lGL -lX11 -lm
OPENGL_LIBS=-lfglut -lGLU -lGL -lX11 -lm
OPENGL_LIBS=-lGLU -lGL -lX11 -lm
endif
LIBS=$(PKG_LIBS) $(USER_LIBS) $(OPENGL_LIBS)

Expand Down

0 comments on commit 56f727c

Please sign in to comment.