diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-06-06 13:25:57 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-06-06 13:25:57 +0200 |
commit | efb966443f0efa3f1305679fc563fc1a7cfa07d6 (patch) | |
tree | 04404273ce34059059270872415164f6402236a2 | |
parent | 187945d0d458615f82a425c561d3918e29a50b45 (diff) | |
download | kit-efb966443f0efa3f1305679fc563fc1a7cfa07d6.zip |
[build] debug
-rwxr-xr-x | build.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -552,7 +552,7 @@ i32 main(i32 argc, c8 **argv) { system(fmt("\"." DLM "%s" DLM "test_interprocess\" clean", destination)); if (OS == WINDOWS) - system(fmt("cmd /c start "" /b \"." DLM "%s" DLM "test_interprocess\" reader", destination)); + system(fmt("start "" /b \"." DLM "%s" DLM "test_interprocess\" reader", destination)); else system(fmt("\"." DLM "%s" DLM "test_interprocess\" reader &", destination)); code = system(fmt("\"." DLM "%s" DLM "test_interprocess\" writer", destination)); |