diff options
author | pommicket <pommicket@gmail.com> | 2023-09-10 13:40:05 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-09-10 13:40:05 -0400 |
commit | 6586f9e66d87017984f57b3b4579c78897ba66f2 (patch) | |
tree | f84ab9a9b4a6449e123cfed0a3e9245750a19fd6 /build.c | |
parent | 5e22cc67e92a87a0448dea70c89a4472b961fa14 (diff) |
LSP over TCP on windows
Diffstat (limited to 'build.c')
-rw-r--r-- | build.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ void build_start(Ted *ted) { Assoc associations[] = { #if _WIN32 - {"make.bat", "make.bat"}, + {"make.bat", "cmd /c make.bat"}, #endif {"Cargo.toml", "cargo build"}, {"Makefile", "make -j16"}, |