tweak project.4coder
parent
04bf9f64ff
commit
ac13615d64
|
@ -12,7 +12,7 @@ blacklist_patterns = {
|
|||
load_paths_base = {
|
||||
{ ".", .relative = true, .recursive = true, },
|
||||
};
|
||||
load_paths = { { load_paths_base, .os = "win", }, };
|
||||
load_paths = { .win = load_paths_base, };
|
||||
|
||||
commands = {
|
||||
.build =
|
||||
|
|
Loading…
Reference in New Issue