From 13cb8f688fc803c137587cdc2b5fae40778d8402 Mon Sep 17 00:00:00 2001 From: eidheim Date: Tue, 1 Nov 2016 00:26:40 +0100 Subject: [PATCH] Fixes related to new homebrew packages on OS X. Fixes #296. --- cmake_modules/FindLibClang.cmake | 3 ++- src/files.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cmake_modules/FindLibClang.cmake b/cmake_modules/FindLibClang.cmake index 9bd4408..bd14c0d 100644 --- a/cmake_modules/FindLibClang.cmake +++ b/cmake_modules/FindLibClang.cmake @@ -14,7 +14,8 @@ # Known LLVM release numbers. # most recent versions come first -set(LIBCLANG_KNOWN_LLVM_VERSIONS 3.9 +set(LIBCLANG_KNOWN_LLVM_VERSIONS 3.9.0 + 3.9 3.8.1 3.8.0 3.8 diff --git a/src/files.h b/src/files.h index e399b65..74ce62e 100644 --- a/src/files.h +++ b/src/files.h @@ -26,7 +26,7 @@ const std::string default_config_file = R"RAW({ "font_comment": "Use \"\" for default font, and for instance \"Monospace 12\" to also set size",)RAW" #ifdef __APPLE__ R"RAW( - "font": "Menlo 12",)RAW" + "font": "Menlo 9",)RAW" #else #ifdef _WIN32 R"RAW(