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( R"RAW(
"compile_command": "cmake --build ." "compile_command": "cmake --build ."
}, },
"meson": {)RAW" "meson": {
#ifdef __APPLE__ "command": "meson",
R"RAW(
"command": "meson.py",)RAW"
#else
R"RAW(
"command": "meson",)RAW"
#endif
R"RAW(
"compile_command": "ninja" "compile_command": "ninja"
}, },
"save_on_compile_or_run": true, "save_on_compile_or_run": true,

Loading…
Cancel
Save