summaryrefslogtreecommitdiff
path: root/build.c
diff options
context:
space:
mode:
Diffstat (limited to 'build.c')
-rwxr-xr-xbuild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.c b/build.c
index 837a2b0..6ab26e2 100755
--- a/build.c
+++ b/build.c
@@ -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));