summaryrefslogtreecommitdiff
path: root/build.c
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-06-06 13:25:57 +0200
committerMitya Selivanov <automainint@guattari.tech>2024-06-06 13:25:57 +0200
commitefb966443f0efa3f1305679fc563fc1a7cfa07d6 (patch)
tree04404273ce34059059270872415164f6402236a2 /build.c
parent187945d0d458615f82a425c561d3918e29a50b45 (diff)
downloadkit-efb966443f0efa3f1305679fc563fc1a7cfa07d6.zip
[build] debug
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));