diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
index : mirrors/libnitrokey | ||
Communicate with Nitrokey devices in a clean and easy manner (GitHub mirror) | Robin Krahl |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -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 |