From 696a5090544fcb7b6c0c83b6815c7f05056faaba Mon Sep 17 00:00:00 2001 From: qwertzuiopy Date: Mon, 14 Apr 2025 22:06:44 +0200 Subject: [PATCH] :3 --- nob.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/nob.c b/nob.c index 0dcba30..b0f4172 100644 --- a/nob.c +++ b/nob.c @@ -59,9 +59,6 @@ bool process_res(char *res_base) { break; case NOB_FILE_DIRECTORY:; char *folder_path = temp_sprintf("%s%s", res_base, res_paths.items[i]); - if (!mkdir_if_not_exists(folder_path)) { - return false; - } if (!process_res( temp_sprintf("%s%s%c", res_base, res_paths.items[i], '/'))) { return false;