From 8a43e070d88c843557feaa5e0c263eb8072dbd61 Mon Sep 17 00:00:00 2001 From: hagen Date: Fri, 12 Dec 2014 08:02:58 +0000 Subject: [PATCH] * Makefile.osx : exchange options --- Makefile.osx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.osx b/Makefile.osx index d7aa9362..331119a9 100644 --- a/Makefile.osx +++ b/Makefile.osx @@ -1,6 +1,6 @@ CXX = clang++ -CXXFLAGS = -g -Wall -std=c++11 -lstdc++ -I/usr/local/include -INCFLAGS = -DCRYPTOPP_DISABLE_ASM +CXXFLAGS = -g -Wall -std=c++11 -lstdc++ -DCRYPTOPP_DISABLE_ASM +INCFLAGS = -I/usr/local/include LDFLAGS = -Wl,-rpath,/usr/local/lib -L/usr/local/lib LDLIBS = -lcryptopp -lboost_system -lboost_date_time -lboost_filesystem -lboost_regex -lboost_program_options -lpthread