mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
[BETA] macOS support
This commit is contained in:
parent
ec56576a88
commit
2ab5bcf93d
32 changed files with 393 additions and 1386 deletions
|
|
@ -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, :)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue