fix preprocessing tasks
This commit is contained in:
parent
9f3038d651
commit
1293d3a49b
@ -66,9 +66,10 @@ char checkForFiles() {
|
|||||||
printf(COL_YELLOW "WRN" COL_RESET " | use a config.emk file, rather\n");
|
printf(COL_YELLOW "WRN" COL_RESET " | use a config.emk file, rather\n");
|
||||||
printf(COL_YELLOW "WRN" COL_RESET " | than embedding settings directly\n");
|
printf(COL_YELLOW "WRN" COL_RESET " | than embedding settings directly\n");
|
||||||
printf(COL_YELLOW "WRN" COL_RESET " | within the emkfile.\n");
|
printf(COL_YELLOW "WRN" COL_RESET " | within the emkfile.\n");
|
||||||
int emkConfigExists = 1;
|
int emkConfigExists = 0;
|
||||||
} else if (getcwd(cwd, sizeof(cwd)) != NULL) {
|
} else if (getcwd(cwd, sizeof(cwd)) != NULL) {
|
||||||
printf(COL_BLUE "INF" COL_RESET " | using config.emk at %s/config.emk\n", cwd);
|
printf(COL_BLUE "INF" COL_RESET " | using config.emk at %s/config.emk\n", cwd);
|
||||||
|
int emkConfigExists = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user