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