From efb966443f0efa3f1305679fc563fc1a7cfa07d6 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Thu, 6 Jun 2024 13:25:57 +0200 Subject: [build] debug --- build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.c') 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)); -- cgit v1.2.3