From 7235456abe2beb43f5bc100091db13c641f929f6 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 25 Mar 2020 09:01:06 +0800 Subject: Update makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index d176ee3..33b6537 100644 --- a/makefile +++ b/makefile @@ -45,7 +45,7 @@ ifeq ($(UNAME_S),Darwin) CXX ?= clang else LINK_FLAGS += -lstdc++fs - CXX ?= g++-8 + CXX ?= g++-9 endif # Function used to check variables. Use on the command line: -- cgit v1.2.3-55-g6feb