diff --git a/Makefile b/Makefile index 3e9787a..c68a37a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Destination folder for the downloaded libraries -LIBS_DIR := $(abspath ./libs2) +LIBS_DIR := $(abspath ./libs) # Flags for CGO to find the headers and the shared library UNAME_S := $(shell uname -s) diff --git a/main.go b/main.go index 5cceb39..149fbe8 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,3 @@ -// #cgo LDFLAGS: -L${SRCDIR}/libs -llibcodex package main import (