Fix 4coder project for linux and mac
This commit is contained in:
parent
b7aed593d7
commit
3ff0968538
|
@ -16,10 +16,12 @@ blacklist_patterns = {
|
||||||
".*",
|
".*",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
load_path_shared = { .path = ".", .recursive = true, .relative = true, };
|
||||||
|
|
||||||
load_paths = {
|
load_paths = {
|
||||||
.win = {
|
.win = { load_path_shared },
|
||||||
{ .path = ".", .recursive = true, .relative = true, },
|
.linux = { load_path_shared },
|
||||||
},
|
.mac = { load_path_shared },
|
||||||
};
|
};
|
||||||
|
|
||||||
commands = {
|
commands = {
|
||||||
|
|
Loading…
Reference in New Issue