diff options
Diffstat (limited to 'build.c')
-rw-r--r-- | build.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"; |