summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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