You've already forked godot
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:
@@ -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",
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user