aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-03-25 09:01:06 +0800
committerGitHub <noreply@github.com>2020-03-25 09:01:06 +0800
commit7235456abe2beb43f5bc100091db13c641f929f6 (patch)
treebf99e84a1a75eb61231c5c8c8531a24c4c879aee
parente3b3031d213ead0b8d55341007700b8c286ad7a6 (diff)
downloadyuescript-7235456abe2beb43f5bc100091db13c641f929f6.tar.gz
yuescript-7235456abe2beb43f5bc100091db13c641f929f6.tar.bz2
yuescript-7235456abe2beb43f5bc100091db13c641f929f6.zip
Update makefile
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index d176ee3..33b6537 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++-8 48 CXX ?= g++-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: