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 @@ -427,7 +427,7 @@ if [ "${PYBUILD_PLATFORM}" = "macos" ]; then
427
427
# symbol.
428
428
if [ -n " ${PYTHON_MEETS_MAXIMUM_VERSION_3_9} " ]; then
429
429
if [ " ${TARGET_TRIPLE} " != " aarch64-apple-darwin" ]; then
430
- 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
430
+ 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
431
431
CONFIGURE_FLAGS=" ${CONFIGURE_FLAGS} ac_cv_func_${symbol} =no"
432
432
done
433
433
fi
You can’t perform that action at this time.
0 commit comments