emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/xeft f05eca90f6 46/55: * Makefile (CXXFLAGS): Remove -s


From: ELPA Syncer
Subject: [elpa] externals/xeft f05eca90f6 46/55: * Makefile (CXXFLAGS): Remove -stdlib=libc++
Date: Fri, 13 Jan 2023 23:58:39 -0500 (EST)

branch: externals/xeft
commit f05eca90f6eacfa9f5604ceb1667fd9ebea81e67
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@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

[Prev in Thread] Current Thread [Next in Thread]