Browse Source

Removed OS X exception on meson command in files.h. This was fixed in the latest homebrew meson package

merge-requests/365/head
eidheim 9 years ago
parent
commit
54fcd7708d
  1. 11
      src/files.h

11
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,

Loading…
Cancel
Save