mirror of
https://github.com/love2d/love.git
synced 2026-08-12 16:40:57 +02:00
lua libraries, even on mac, almost never come in .dylib form, but rather .so - change love.filesystem.require accordingly
This commit is contained in:
@@ -304,8 +304,6 @@ namespace physfs
|
||||
{
|
||||
#ifdef LOVE_WINDOWS
|
||||
return ".dll";
|
||||
#elif defined(LOVE_MACOSX) || defined(LOVE_MACOS)
|
||||
return ".dylib";
|
||||
#else
|
||||
return ".so";
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user