diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2018-03-30 17:17:19 +1100 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2018-03-30 17:17:19 +1100 |
commit | b868c247fe132b8450a6a37fad2b7f0f355030fe (patch) | |
tree | f71a5ad48676a3be24f1cf3b275bb538c10c4144 | |
parent | fccc0436294e09848e5d345f89ae1626cada326f (diff) | |
download | scintilla-mirror-b868c247fe132b8450a6a37fad2b7f0f355030fe.tar.gz |
Reverted #6488 as Xcode clang 9.1 now likes --std=c++17.
-rw-r--r-- | test/unit/makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/makefile b/test/unit/makefile index 6d8cff665..6085b54e9 100644 --- a/test/unit/makefile +++ b/test/unit/makefile @@ -12,7 +12,6 @@ ifeq ($(shell uname),Darwin) # On OS X always use clang as g++ is old version CLANG = 1 USELIBCPP = 1 -CXXSTD=c++1z endif endif |