From d2b9dc254c409f9481352d266f91d961d3477a92 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 15 Oct 2025 15:32:56 +0200 Subject: [PATCH] debug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 73c0661..06f72e7 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ LIBS_DIR := $(abspath ./libs) UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Darwin) CGO_CFLAGS := -I$(LIBS_DIR) - CGO_LDFLAGS := -L$(LIBS_DIR) -lcodex -Wl,-rpath,$(LIBS_DIR) + CGO_LDFLAGS := -L$(LIBS_DIR) -lcodex -Wl,-rpath,@executable_path else CGO_CFLAGS := -I$(LIBS_DIR) CGO_LDFLAGS := -L$(LIBS_DIR) -lcodex -Wl,-rpath,$(LIBS_DIR)