This commit is contained in:
Arnaud 2025-10-16 08:59:03 +02:00
parent 691d52dcf0
commit 72eeb76455
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -1,4 +1,3 @@
// #cgo LDFLAGS: -L${SRCDIR}/libs -llibcodex
package main
import (