diff options
Diffstat (limited to '')
| -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++-9 | 48 | CXX ?= clang-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: |
