|
|
|
|
|
by VWWHFSfQ
520 days ago
|
|
This is just behind a feature flag like: $ cargo add mlua --features lua54,vendored
Then mlua will statically build with the Lua sources it bundles itself and no need to link the system Lua or do anything other than "cargo build" like normal. |
|
`cargo cross` exists, which can help but it's really a kludge.