mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
macOS: rename most internal uses of "macosx" to "macos".
--HG-- branch : minor
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user