fix(build): remove USE_FNAME_CASE, redundant with CASE_INSENSITIVE_FILENAME

It stands to reason, you need to "fix" case-insensitive filenames
if-and-only-if you have case-insensitive filenames.
This commit is contained in:
bfredl
2024-10-11 20:25:35 +02:00
parent 26e765f905
commit 486076a0e1
7 changed files with 6 additions and 9 deletions

View File

@@ -1448,7 +1448,7 @@ scripterror:
p = r;
}
#ifdef USE_FNAME_CASE
#ifdef CASE_INSENSITIVE_FILENAME
// Make the case of the file name match the actual file.
path_fix_case(p);
#endif