Skip to content

Commit 5aaf0cd

Browse files
committed
Examples: Fix OpenGL3 example Makefile
1 parent 3ed38f3 commit 5aaf0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/opengl3_example/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ UNAME_S := $(shell uname -s)
2020

2121
ifeq ($(UNAME_S), Linux) #LINUX
2222
ECHO_MESSAGE = "Linux"
23-
CXXFLAGS = -I../../ `pkg-config --cflags glfw3`
23+
CXXFLAGS = -I../../ -I../opengl_example/gl3w `pkg-config --cflags glfw3`
2424
CXXFLAGS += -Wall
2525
LIBS = `pkg-config --static --libs glfw3`
2626
endif

0 commit comments

Comments
 (0)