diff options
author | Li Jin <dragon-fly@qq.com> | 2020-03-25 09:01:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-25 09:01:06 +0800 |
commit | 7235456abe2beb43f5bc100091db13c641f929f6 (patch) | |
tree | bf99e84a1a75eb61231c5c8c8531a24c4c879aee | |
parent | e3b3031d213ead0b8d55341007700b8c286ad7a6 (diff) | |
download | yuescript-7235456abe2beb43f5bc100091db13c641f929f6.tar.gz yuescript-7235456abe2beb43f5bc100091db13c641f929f6.tar.bz2 yuescript-7235456abe2beb43f5bc100091db13c641f929f6.zip |
Update makefile
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ ifeq ($(UNAME_S),Darwin) | |||
45 | CXX ?= clang | 45 | CXX ?= clang |
46 | else | 46 | else |
47 | LINK_FLAGS += -lstdc++fs | 47 | LINK_FLAGS += -lstdc++fs |
48 | CXX ?= g++-8 | 48 | CXX ?= g++-9 |
49 | endif | 49 | endif |
50 | 50 | ||
51 | # Function used to check variables. Use on the command line: | 51 | # Function used to check variables. Use on the command line: |