From f6f3e2b5f77f04f8c55984722fa1d70f63686ff0 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 5 Mar 2016 14:50:38 +0100 Subject: removing statically compiled lhidapi --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 30c0c8f..d44978c 100644 --- a/Makefile +++ b/Makefile @@ -3,11 +3,10 @@ CXX = $(PREFIX)-g++ LD = $(CXX) INCLUDE = -Iinclude/ -LIB = -lusb-1.0 -lpthread -#LIB = -lhidapi-libusb +LIB = -lhidapi-libusb BUILD = build -CXXFLAGS = -std=c++14 -fPIC -fpermissive +CXXFLAGS = -std=c++14 -fPIC SOFLAGS = -shared CXXSOURCES = $(wildcard *.cc) -- cgit v1.2.1