mirror of
https://github.com/openwrt/telephony.git
synced 2026-04-15 19:02:14 +00:00
coturn build fails on macos due using `ar -r` by default, but macos system `ar` is not compatible with the objects generated by OpenWrt GCC toolchain. This patch redefines ARCHIVERCMD="$(TARGET_AR) -r" to make it possible to build coturn on macos build host. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>