Skip to content

Releases: Ludi-Framework/bcryptlua

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 01:22
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.