1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Add method to check if filesystem is case sensitive.

This commit is contained in:
bruvzg
2023-10-07 14:36:41 +03:00
parent 6916349697
commit 97bcd8a631
9 changed files with 91 additions and 6 deletions

View File

@@ -419,6 +419,7 @@ def configure_msvc(env, vcvars_msvc_config):
"dwmapi",
"dwrite",
"wbemuuid",
"ntdll",
]
if env.debug_features:
@@ -610,6 +611,7 @@ def configure_mingw(env):
"dwmapi",
"dwrite",
"wbemuuid",
"ntdll",
]
)