mirror of
https://github.com/openwrt/packages.git
synced 2026-06-01 15:32:05 +08:00
e4755df4c8
lyaml build script detects Darwin using `uname -s` and changes build logic so lyaml package can not be built on macos. This patch uses fakeuname host tool to redefine `uname -s` output and fix build on macos. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>