Preparing to add a module folder

This commit is contained in:
Krzosa Karol
2022-06-27 09:51:01 +02:00
parent 3af20536fc
commit a58f8aa8b0
2 changed files with 17 additions and 7 deletions

View File

@@ -274,7 +274,4 @@ parse_init(Parse_Ctx *ctx, Allocator *perm_allocator, Allocator *heap_allocator)
String main_module = string_fmt(ctx->perm, "%Q/modules", ctx->exe_folder);
ctx->module_folders.add(main_module);
}