macOS: rename most internal uses of "macosx" to "macos".

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2019-12-22 17:54:20 -04:00
parent a27781aa6a
commit bc12312f0f
15 changed files with 52 additions and 57 deletions
+1 -1
View File
@@ -747,7 +747,7 @@ static const char *library_extensions[] =
{
#ifdef LOVE_WINDOWS
".dll"
#elif defined(LOVE_MACOSX) || defined(LOVE_IOS)
#elif defined(LOVE_MACOS) || defined(LOVE_IOS)
".dylib", ".so"
#else
".so"