Rename OSX to macOS and iPhoneOS to iOS.

This commit is contained in:
bruvzg
2022-07-20 09:28:22 +03:00
parent 292c952e3b
commit 8823eae328
245 changed files with 1151 additions and 1149 deletions

View File

@ -1,5 +1,5 @@
def can_build(env, platform):
return platform == "osx" or platform == "windows"
return platform == "macos" or platform == "windows"
def configure(env):