Explorar o código

Examples: Fix OpenGL3 example Makefile

ocornut %!s(int64=10) %!d(string=hai) anos
pai
achega
5aaf0cd2dc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/opengl3_example/Makefile

+ 1 - 1
examples/opengl3_example/Makefile

@@ -20,7 +20,7 @@ UNAME_S := $(shell uname -s)
 
 ifeq ($(UNAME_S), Linux) #LINUX
 	ECHO_MESSAGE = "Linux"
-	CXXFLAGS = -I../../ `pkg-config --cflags glfw3`
+	CXXFLAGS = -I../../ -I../opengl_example/gl3w `pkg-config --cflags glfw3`
 	CXXFLAGS += -Wall
 	LIBS = `pkg-config --static --libs glfw3`
 endif