From 88273120d55cfa8a7df8f48b093dc4c433254f15 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 16 Oct 2025 05:41:12 +0200 Subject: [PATCH] debug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9bd5450..7dcf2e8 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ endif build: ifeq ($(UNAME_S),Darwin) -# install_name_tool -id @rpath/libcodex.dylib $(LIBS_DIR)/libcodex.dylib + install_name_tool -id @rpath/libcodex.dylib $(LIBS_DIR)/libcodex.dylib endif CGO_ENABLED=1 CGO_CFLAGS="$(CGO_CFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" go build -o $(BIN_NAME) main.go