From 06fbeed41a0423a134082d3db7e337a87d0491a5 Mon Sep 17 00:00:00 2001 From: ocornut Date: Sat, 14 Mar 2015 11:29:09 +0000 Subject: [PATCH] Examples: Fixed Makefile --- examples/opengl3_example/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/opengl3_example/Makefile b/examples/opengl3_example/Makefile index 4357e331f..cc7ec31e4 100644 --- a/examples/opengl3_example/Makefile +++ b/examples/opengl3_example/Makefile @@ -21,7 +21,7 @@ ifeq ($(UNAME_S), Linux) #LINUX ECHO_MESSAGE = "Linux" LIBS = `pkg-config --static --libs glfw3` - CXXFLAGS = -I../../ -Igl3w `pkg-config --cflags glfw3` + CXXFLAGS = -I../../ -I../libs/gl3w `pkg-config --cflags glfw3` CXXFLAGS += -Wall CFLAGS = $(CXXFLAGS) endif