Fix Android build detection on Windows
(cherry picked from commit 4bdbafabce
)
This commit is contained in:
parent
58e2652f94
commit
8cb09bf9d0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue