Fix 4coder project for linux and mac

master
Allen Webster 2021-01-17 12:37:25 -08:00
parent b7aed593d7
commit 3ff0968538
1 changed files with 5 additions and 3 deletions

View File

@ -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 = {