Skip to content

Commit

Permalink
Fixed build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
C0deH4cker committed Feb 20, 2014
1 parent 7375ad3 commit ede4b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CXXFLAGS := -Wall \
-Wuninitialized \
-Wno-reorder

override CXXFLAGS += -std=c++11 -I./$(SGE)/include
override CXXFLAGS += -std=c++11 -I./$(SGE)/build/include

GLFWDEPS = $(shell grep Libs.private $(SGE)/glfw/src/glfw3.pc | cut -d' ' -f2-)

Expand Down

0 comments on commit ede4b5d

Please sign in to comment.