From 9bead4291c6396efd49587513fc173945427f494 Mon Sep 17 00:00:00 2001 From: Zonghang Li Date: Wed, 15 Jan 2025 16:55:07 +0400 Subject: [PATCH] fix path not found --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 54163843..f613193b 100644 --- a/Makefile +++ b/Makefile @@ -272,7 +272,7 @@ else ifeq ($(UNAME_S),Linux) ifneq ($(CONDA_PREFIX),) MK_CPPFLAGS += -isystem $(CONDA_PREFIX)/include -isystem $(CONDA_PREFIX)/include/highs - MK_LDFLAGS += -L$(CONDA_PREFIX)/lib + MK_LDFLAGS += -L$(CONDA_PREFIX)/lib -Wl,-rpath,$(CONDA_PREFIX)/lib endif endif