summaryrefslogtreecommitdiffstats
path: root/stubs
diff options
context:
space:
mode:
Diffstat (limited to 'stubs')
-rw-r--r--stubs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stubs/Makefile b/stubs/Makefile
index 63b7d8f3f..2ba971e55 100644
--- a/stubs/Makefile
+++ b/stubs/Makefile
@@ -11,7 +11,7 @@ all: $(TARGETS) libunicode-lite.a
CFLAGS += -I../wlite/
$(LIBUTF8): unicode-lite.c
- gcc -fPIC -shared -I../wlite/ -o $@ $< -D_FORTIFY_SOURCE=2
+ gcc -fPIC -shared -I../wlite/ -o $@ $< -D_FORTIFY_SOURCE=2 ../wlite/libwlite.a
libunicode-lite.a: libunicode-lite.a($(OBJECTS))