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

    * Makefile (CXXFLAGS): Fix std version.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 23a3ca636e..a2ea35f73a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 .POSIX:
 PREFIX ?= /usr/local
 CXX ?= g++
-CXXFLAGS ?= -fPIC -I$(PREFIX)/include -std=c++11
+CXXFLAGS ?= -fPIC -I$(PREFIX)/include -std=c++17
 LDFLAGS ?= -L$(PREFIX)/lib
 LDLIBS ?= -lxapian
 

Reply via email to