aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 33b6537..715f4fe 100644
--- a/makefile
+++ b/makefile
@@ -45,7 +45,7 @@ ifeq ($(UNAME_S),Darwin)
45 CXX ?= clang 45 CXX ?= clang
46else 46else
47 LINK_FLAGS += -lstdc++fs 47 LINK_FLAGS += -lstdc++fs
48 CXX ?= g++-9 48 CXX ?= clang-9
49endif 49endif
50 50
51# Function used to check variables. Use on the command line: 51# Function used to check variables. Use on the command line: