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 00b1c2d commit ca4a3e3Copy full SHA for ca4a3e3
Modules/getpath.c
@@ -806,7 +806,9 @@ progname_to_dict(PyObject *dict, const char *key)
806
static int
807
library_to_dict(PyObject *dict, const char *key)
808
{
809
-#ifdef Py_ENABLE_SHARED
+/* macOS framework builds do not link against a libpython dynamic library, but
810
+ instead link against a macOS Framework. */
811
+#ifdef Py_ENABLE_SHARED || WITH_NEXT_FRAMEWORK
812
813
#ifdef MS_WINDOWS
814
extern HMODULE PyWin_DLLhModule;
0 commit comments