diff options
-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)); |