From 72eeb76455cd29c80524e2f0420462b10648bc20 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 16 Oct 2025 08:59:03 +0200 Subject: [PATCH] debug --- Makefile | 2 +- main.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 (