From 54fcd7708d148e947ca268af257e2bde6a37685a Mon Sep 17 00:00:00 2001 From: eidheim Date: Thu, 17 Nov 2016 12:37:09 +0100 Subject: [PATCH] Removed OS X exception on meson command in files.h. This was fixed in the latest homebrew meson package --- src/files.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/files.h b/src/files.h index dd98858..009616d 100644 --- a/src/files.h +++ b/src/files.h @@ -168,15 +168,8 @@ R"RAW( R"RAW( "compile_command": "cmake --build ." }, - "meson": {)RAW" -#ifdef __APPLE__ -R"RAW( - "command": "meson.py",)RAW" -#else -R"RAW( - "command": "meson",)RAW" -#endif -R"RAW( + "meson": { + "command": "meson", "compile_command": "ninja" }, "save_on_compile_or_run": true,