You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now plugins have to use .so extension on macOS, but dylib should maybe also work. For example lovr-luasocket outputs socket.dylib which won't work if you try to require('socket').
The text was updated successfully, but these errors were encountered:
Right now plugins have to use .so extension on macOS, but dylib should maybe also work. For example lovr-luasocket outputs
socket.dylib
which won't work if you try torequire('socket')
.The text was updated successfully, but these errors were encountered: