From a9063d8b5e75ec94889228f3d78da7bbe7a682de Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 16 Oct 2025 05:40:17 +0200 Subject: [PATCH] debug --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 29902a8..9bd5450 100644 --- a/Makefile +++ b/Makefile @@ -34,13 +34,11 @@ fetch: # Update the path to the shared library on macOS ifeq ($(UNAME_S),Darwin) # install_name_tool -id @rpath/libcodex.dylib $(LIBS_DIR)/libcodex.dylib - otool -L libs/libcodex.dylib endif build: ifeq ($(UNAME_S),Darwin) # install_name_tool -id @rpath/libcodex.dylib $(LIBS_DIR)/libcodex.dylib - otool -L libs/libcodex.dylib endif CGO_ENABLED=1 CGO_CFLAGS="$(CGO_CFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" go build -o $(BIN_NAME) main.go