mirror of
https://github.com/godotengine/godot.git
synced 2025-10-15 02:49:24 +00:00
Fix Android build detection on Windows
(cherry picked from commit 4bdbafabce
)
This commit is contained in:

committed by
Rémi Verschelde

parent
58e2652f94
commit
8cb09bf9d0
@@ -55,7 +55,7 @@ methods.save_active_platforms(active_platforms,active_platform_ids)
|
||||
|
||||
custom_tools=['default']
|
||||
|
||||
platform_arg = ARGUMENTS.get("platform", False)
|
||||
platform_arg = ARGUMENTS.get("platform", ARGUMENTS.get("p", False))
|
||||
|
||||
if (os.name=="posix"):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user