mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03: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