From 3fde2fb57101fe9c47cf6cc2d411be8eadc88e5c Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 20 Feb 2016 18:17:46 +0100 Subject: adding pthread lib explicite to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6e0ede7..30c0c8f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CXX = $(PREFIX)-g++ LD = $(CXX) INCLUDE = -Iinclude/ -LIB = -lusb-1.0 +LIB = -lusb-1.0 -lpthread #LIB = -lhidapi-libusb BUILD = build -- cgit v1.2.1