actually fix Makefile for real
This commit is contained in:
parent
62180a449e
commit
a02003031a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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 =
|
||||
|
|
Loading…
Reference in a new issue