mirror of
https://github.com/godotengine/build-containers.git
synced 2026-01-05 22:10:22 +03:00
13 lines
465 B
Diff
13 lines
465 B
Diff
--- a/configure.ac 2018-12-21 00:49:33.868510477 +0100
|
|
+++ b/configure.ac 2018-12-21 00:50:16.784397647 +0100
|
|
@@ -3172,6 +3172,8 @@
|
|
AC_MSG_CHECKING(for shm_open that works well enough with mmap)
|
|
if test "x$ac_cv_func_shm_open" = "xno" -o "x$ac_cv_func_shm_open_working_with_mmap" = "xno" ; then
|
|
AC_MSG_RESULT(no)
|
|
+ elif test "x$cross_compiling" = "xyes"; then
|
|
+ AC_MSG_RESULT(cross compiling, assuming yes)
|
|
else
|
|
AC_TRY_RUN([
|
|
#include <sys/mman.h>
|
|
|