You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Merge pull request #6757 from vnen/fix-android-build-win
Fix Android build detection on Windows
This commit is contained in:
@@ -54,7 +54,7 @@ methods.save_active_platforms(active_platforms,active_platform_ids)
|
|||||||
|
|
||||||
custom_tools=['default']
|
custom_tools=['default']
|
||||||
|
|
||||||
platform_arg = ARGUMENTS.get("platform", False)
|
platform_arg = ARGUMENTS.get("platform", ARGUMENTS.get("p", False))
|
||||||
|
|
||||||
if (os.name=="posix"):
|
if (os.name=="posix"):
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user