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 ca4a3e3 commit e6e1325Copy full SHA for e6e1325
Modules/getpath.c
@@ -808,7 +808,7 @@ library_to_dict(PyObject *dict, const char *key)
808
{
809
/* 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
+#if defined(Py_ENABLE_SHARED) || defined(WITH_NEXT_FRAMEWORK)
812
813
#ifdef MS_WINDOWS
814
extern HMODULE PyWin_DLLhModule;
0 commit comments