actually fix Makefile for real

This commit is contained in:
silverweed 2024-07-16 15:00:09 +02:00
parent 62180a449e
commit a02003031a

View file

@ -13,7 +13,7 @@ INC = -Ithird_party -Ithird_party/imgui
LIBS = -lglfw LIBS = -lglfw
ROOTFLAGS = -std=c++17 -m64 -I$(ROOTINCDIR) 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),) ifeq ($(shell which mold),)
MOLD = MOLD =