diff --git a/Makefile b/Makefile index c68a37a..3e9787a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Destination folder for the downloaded libraries -LIBS_DIR := $(abspath ./libs) +LIBS_DIR := $(abspath ./libs2) # Flags for CGO to find the headers and the shared library UNAME_S := $(shell uname -s)