File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ if [ "${PYBUILD_PLATFORM}" = "macos" ]; then
473
473
# symbol.
474
474
if [ -n " ${PYTHON_MEETS_MAXIMUM_VERSION_3_9} " ]; then
475
475
if [ " ${TARGET_TRIPLE} " != " aarch64-apple-darwin" ]; then
476
- for symbol in clock_getres clock_gettime clock_settime faccessat fchmodat fchownat fdopendir fstatat futimens getentropy linkat mkdirat openat preadv pwritev readlinkat renameat symlinkat unlinkat utimensat; do
476
+ for symbol in clock_getres clock_gettime clock_settime faccessat fchmodat fchownat fdopendir fstatat futimens getentropy linkat mkdirat openat preadv pwritev readlinkat renameat symlinkat unlinkat utimensat uttype ; do
477
477
CONFIGURE_FLAGS=" ${CONFIGURE_FLAGS} ac_cv_func_${symbol} =no"
478
478
done
479
479
fi
You can’t perform that action at this time.
0 commit comments