mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-21 17:04:28 +04:00
Mold does not really work on MacOS, when attempting to use it for example for ubus: mold: get_self_path is not supportedcollect2: error: ld returned 1 exit status Which was introduced by [1] so it seems that MacOS is not supported, so lets make it non selectable when MacOS is the host. [1]f9a37e9dd4Link: https://github.com/openwrt/openwrt/pull/18575 (cherry picked from commit3c65dc3678) Link: https://github.com/openwrt/openwrt/pull/20621 Signed-off-by: Robert Marko <robimarko@gmail.com>