mirror of
https://github.com/status-im/libbacktrace.git
synced 2026-08-27 20:21:16 +00:00
This commit is contained in:
@@ -11557,6 +11557,12 @@ fi
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
case "${host_os}" in
|
||||
darwin*)
|
||||
have_mmap=no ;;
|
||||
esac
|
||||
|
||||
if test "$have_mmap" = "no"; then
|
||||
VIEW_FILE=read.lo
|
||||
ALLOC_FILE=alloc.lo
|
||||
|
||||
@@ -295,6 +295,12 @@ else
|
||||
AC_CHECK_FUNC(mmap, [have_mmap=yes], [have_mmap=no])
|
||||
fi
|
||||
fi
|
||||
|
||||
case "${host_os}" in
|
||||
darwin*)
|
||||
have_mmap=no ;;
|
||||
esac
|
||||
|
||||
if test "$have_mmap" = "no"; then
|
||||
VIEW_FILE=read.lo
|
||||
ALLOC_FILE=alloc.lo
|
||||
|
||||
Reference in New Issue
Block a user