From ad6efbb6432af0bfd47ce7e535b25df90fa93133 Mon Sep 17 00:00:00 2001 From: Matthias <5011972+fasmat@users.noreply.github.com> Date: Wed, 3 Jul 2024 10:51:19 +0000 Subject: [PATCH] Fix macOS linker warnings --- Makefile-libs.Inc | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile-libs.Inc b/Makefile-libs.Inc index fd3016c798..158d799442 100644 --- a/Makefile-libs.Inc +++ b/Makefile-libs.Inc @@ -35,7 +35,6 @@ else else platform := macos endif - CGO_LDFLAGS := $(CGO_LDFLAGS) -Wl,-rpath,@loader_path ULIMIT := ulimit -n 9999; else ifeq ($(GOARCH),arm64)