From a89cf8d62048b8fd0eec101e2dadfe8710ce1bce Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Mon, 19 Feb 2018 11:58:04 +0200 Subject: libandroid: implement some ANativeWindow funcs glfw! --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f568afe..af4ffb0 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ runtime/libc.so: runtime src/libc.c runtime/libpthread.so: private CFLAGS += -D_GNU_SOURCE runtime/libpthread.so: private LDLIBS += -lpthread runtime/libpthread.so: runtime src/libpthread.c +runtime/libandroid.so: private LDLIBS += `pkg-config --libs glfw3` runtime/libandroid.so: runtime src/libandroid.c runtime/liblog.so: runtime src/liblog.c native: runtime/libc.so runtime/libpthread.so runtime/libandroid.so runtime/liblog.so -- cgit v1.2.3