From a02003031a2ea12eef0a0dce971f82c4d114a44c Mon Sep 17 00:00:00 2001 From: silverweed Date: Tue, 16 Jul 2024 15:00:09 +0200 Subject: [PATCH] actually fix Makefile for real --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01b917e..ac6168e 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ INC = -Ithird_party -Ithird_party/imgui LIBS = -lglfw ROOTFLAGS = -std=c++17 -m64 -I$(ROOTINCDIR) -ROOTLIBS = -L$(ROOTLIBDIR) -lCore -lRIO -lROOTNTuple -lxxhash -pthread +ROOTLIBS = -L$(ROOTLIBDIR) -lCore -lRIO -lROOTNTuple -lxxhash -pthread -Wl,-rpath,$(ROOTLIBDIR) ifeq ($(shell which mold),) MOLD =