Debug on mac

This commit is contained in:
Arnaud 2025-10-16 07:58:55 +02:00
parent 585f61bfaf
commit 691d52dcf0
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -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)