From 93aefb893cff36d5a24c1e97f7f4170f61e445d0 Mon Sep 17 00:00:00 2001 From: Uladzimir Karpenka Date: Thu, 25 Jun 2026 15:00:30 +0300 Subject: [PATCH] fix make install macOS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b0d62ab..5b8b816 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ else ifeq ($(BUILD),macos) endif SHARED_LIB := $(OUTDIR)/libfec.dylib IMPORT_LIB := - SHARED_FLAGS := -dynamiclib -install_name libfec.dylib + SHARED_FLAGS := -dynamiclib -install_name $(libdir)/libfec.dylib PIC_CFLAGS := -fPIC REBIND := else