From baa5309ad05b1a1894a96031569f8b095524e2ee Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Thu, 27 Oct 2016 13:38:39 +0200 Subject: [PATCH] Fixing OSX compilation --- example/Plot/2_PSE_convergence/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Plot/2_PSE_convergence/Makefile b/example/Plot/2_PSE_convergence/Makefile index 40f98bf5..b526f48e 100644 --- a/example/Plot/2_PSE_convergence/Makefile +++ b/example/Plot/2_PSE_convergence/Makefile @@ -10,7 +10,7 @@ OBJ = main.o $(CC) -O3 -g3 -c --std=c++11 -o $@ $< $(INCLUDE_PATH) conv_p: $(OBJ) - $(CC) -o $@ $^ $(CFLAGS) $(LIBS_PATH) $(LIBS) -lquadmath + $(CC) -o $@ $^ $(CFLAGS) $(LIBS_PATH) $(LIBS) all: conv_p -- GitLab