Skip to content
Snippets Groups Projects
Commit e6bbd8b3 authored by rswindell's avatar rswindell
Browse files

Added libpthread.a to Linux builds.

parent caa4563a
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ CFLAGS :=
LFLAGS :=
DELETE = rm -f -v
OUTLIB = -o
LIBS = $(LIBDIR)/libc.a
LIBS = $(LIBDIR)/libc.a $(LIBDIR)/libpthread.a
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment