From 249e5f8d99f366fd0f82b4e465d04bb010e8a5d6 Mon Sep 17 00:00:00 2001 From: Baudouin Raoult Date: Sat, 18 Jun 2016 23:16:33 +0100 Subject: [PATCH] Update eccodes.sublime-project --- eccodes.sublime-project | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eccodes.sublime-project b/eccodes.sublime-project index b141dd9e7..e3f210b60 100644 --- a/eccodes.sublime-project +++ b/eccodes.sublime-project @@ -7,12 +7,12 @@ ], "build_systems": [ { - "working_dir": "${project_path}/../../build/grib_api", + "working_dir": "${project_path}/../../build/eccodes", "cmd": [ "make" ], "file_regex": "([/\\w\\-\\.]+):(\\d+):(\\d+:)?", - "name": "Build" + "name": "ecbuild" } ] }