Merge pull request #6757 from vnen/fix-android-build-win
Fix Android build detection on Windows
This commit is contained in:
commit
9012dfb8eb
|
@ -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 New Issue