Renamed osx_gl to mac and es3 to android for cache folders (#949)

This commit is contained in:
Terry Michaels
2021-05-26 19:17:17 -05:00
committed by GitHub
parent d1863c6c5b
commit 9b1be43367
232 changed files with 733 additions and 733 deletions
@@ -57,11 +57,11 @@ namespace AudioControlBuilder
{
atlPlatform = "windows";
}
else if (platform == "es3")
else if (platform == "android")
{
atlPlatform = "android";
}
else if (platform == "osx_gl")
else if (platform == "mac")
{
atlPlatform = "mac";
}