From 691d52dcf09189d93be4e839af39a9e478944603 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 16 Oct 2025 07:58:55 +0200 Subject: [PATCH] Debug on mac --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)