From d42329ed84e99f9ab351af291c42dbd06ca9cb59 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 14 Jul 2018 13:10:41 +0200 Subject: Guix: add more build information to the final binary --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6401228..775a40e 100644 --- a/Makefile +++ b/Makefile @@ -84,6 +84,7 @@ else OPENBLAS_INCLUDE_PATH = . EIGEN_INCLUDE_PATH = $(GUIX)/include/eigen3 RPATH = -Xlinker --rpath=$(GUIX)/lib + PROFILE =$(realpath $(GUIX)) endif endif @@ -184,7 +185,7 @@ OBJS = $(SOURCES:.cpp=.o) all: $(OUTPUT) ./src/version.h: ./VERSION - $(VGEN) > src/version.h + $(VGEN) $(PROFILE) > src/version.h $(OUTPUT): $(OBJS) $(CPP) $(CPPFLAGS) $(OBJS) $(LIBS) -o $(OUTPUT) -- cgit 1.4.1