summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2018-03-10 17:18:01 +0200
committerJari Vetoniemi <mailroxas@gmail.com>2018-03-10 17:18:01 +0200
commit9437aead0d317a87180470c9d42339790773a6aa (patch)
tree04b67a6df81f34e8aad1886cecc1c3cf9ff959f3 /Makefile
parent24dabae964c280d2cbce84a4e5fa446abf658b77 (diff)
EGL: link glfw
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae7e79c..f69136c 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ runtime/libandroid.so: private LDLIBS += `pkg-config --libs glfw3`
runtime/libandroid.so: runtime src/libandroid.c
runtime/liblog.so: runtime src/liblog.c
runtime/libEGL.so: private CPPFLAGS += -D_GNU_SOURCE
-runtime/libEGL.so: private LDLIBS += -lEGL
+runtime/libEGL.so: private LDLIBS += -lEGL `pkg-config --libs glfw3`
runtime/libEGL.so: runtime src/libEGL.c
native: runtime/libdl.so runtime/libc.so runtime/libpthread.so runtime/libandroid.so runtime/liblog.so runtime/libEGL.so