From 2aebf2101df539e39c2320d32b1d389271c6cc8a Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Thu, 6 Jun 2024 12:58:03 +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 3996846..e2dc8b9 100755 --- a/build.c +++ b/build.c @@ -144,7 +144,7 @@ b8 str_eq(c8 const *a, c8 const *b) { b8 check_compiler(c8 const *name) { if (str_eq_lower(name, "cl") || str_eq_lower(name, "cl.exe")) { - if (system(fmt("%s /?", name)) != 0) + if (system(fmt("%s", name)) != 0) return 0; return 1; } -- cgit v1.2.3