From cebc5533d7704bdfc7b8dc0bf9dbdb6755685211 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Thu, 4 Mar 2021 12:03:05 -0500 Subject: fix searching for make.bat, etc. --- build.c | 1 + 1 file changed, 1 insertion(+) diff --git a/build.c b/build.c index 6ae1d64..7f8e9bf 100644 --- a/build.c +++ b/build.c @@ -49,6 +49,7 @@ static void build_start(Ted *ted) { char *command = settings->build_default_command; + change_directory(ted->cwd); #if _WIN32 if (fs_file_exists("make.bat")) { command = "make.bat"; -- cgit v1.2.3