[BETA] macOS support

This commit is contained in:
wuggy 2026-04-04 15:51:31 +01:00
commit 2ab5bcf93d
32 changed files with 393 additions and 1386 deletions

View file

@ -120,6 +120,12 @@ else
esac
AC_PROG_CXX
AC_PROG_RANLIB
case "$target" in
*-apple-darwin*)
AR_FLAGS='cr $@'
RANLIB="$RANLIB -no_warning_for_no_symbols"
;;
esac
MOZ_PATH_PROGS(AS, $AS as, $CC)
AC_CHECK_PROGS(AR, ar, :)
AC_CHECK_PROGS(LD, ld, :)