tweak project.4coder

main
Allen Webster 2024-01-19 19:46:28 -08:00
parent 04bf9f64ff
commit ac13615d64
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ blacklist_patterns = {
load_paths_base = { load_paths_base = {
{ ".", .relative = true, .recursive = true, }, { ".", .relative = true, .recursive = true, },
}; };
load_paths = { { load_paths_base, .os = "win", }, }; load_paths = { .win = load_paths_base, };
commands = { commands = {
.build = .build =