mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
c31c72076f
On FreeBSD the pkg-config names takes the format with a dash, rather than without (e.g. lua-5.4, not lua5.4). Thus adapt build script to iterate over an array of alt_probes until finding a match. Signed-off-by: Alex Orlenko <zxteam@protonmail.com>