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
build: allow undefined Lua symbols in the macOS cdylib
mlua module mode leaves the Lua API unresolved until the host
interpreter loads the module; macOS rejects that by default and
needs -undefined dynamic_lookup.