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.
1 parent 028b498 commit a0fd949Copy full SHA for a0fd949
Python/sysmodule.c
@@ -3606,7 +3606,7 @@ make_impl_info(PyObject *version_info)
3606
#if defined(__wasi__) || defined(__EMSCRIPTEN__)
3607
// It is not enabled on WASM builds just yet
3608
value = Py_NewRef(Py_False);
3609
-#elif defined(__APPLE__) && defined(TARGET_OS_IPHONE)
+#elif defined(__APPLE__) && defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE
3610
// It is not enabled on iOS just yet
3611
3612
#else
0 commit comments