Fix Android build detection on Windows
This commit is contained in:
parent
616ddbdf1d
commit
4bdbafabce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue