branch: externals/xeft
commit f05eca90f6eacfa9f5604ceb1667fd9ebea81e67
Author: Yuan Fu <caso...@gmail.com>
Commit: Yuan Fu <caso...@gmail.com>

    * Makefile (CXXFLAGS): Remove -stdlib=libc++
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a31fbfdc06..8a623b43ba 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # Even if this is unnecessary, it doesn’t hurt.
 PREFIX=/usr/local
 CXX=g++
-CXXFLAGS=-fPIC -I$(PREFIX)/include -std=c++11 -stdlib=libc++
+CXXFLAGS=-fPIC -I$(PREFIX)/include -std=c++11
 LDFLAGS=-L$(PREFIX)/lib
 LDLIBS=-lxapian
 

Reply via email to