We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
uttype
1 parent 97b9448 commit cdaf6aeCopy full SHA for cdaf6ae
cpython-unix/build-cpython.sh
@@ -370,7 +370,7 @@ if [ "${PYBUILD_PLATFORM}" = "macos" ]; then
370
# symbols do need to be banned.
371
if [ -n "${PYTHON_MEETS_MAXIMUM_VERSION_3_9}" ]; then
372
if [ "${TARGET_TRIPLE}" != "aarch64-apple-darwin" ]; then
373
- 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
+ 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
374
CONFIGURE_FLAGS="${CONFIGURE_FLAGS} ac_cv_func_${symbol}=no"
375
done
376
fi
0 commit comments