diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-04 12:03:05 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-04 12:03:05 -0500 |
commit | cebc5533d7704bdfc7b8dc0bf9dbdb6755685211 (patch) | |
tree | 73f97c38f202c5aee445c5c9976b75358eb06c33 /build.c | |
parent | 678e58333cb1256b8a935b40acd45467e1533edd (diff) |
fix searching for make.bat, etc.
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"; |