diff --git a/PC/pyconfig.h b/PC/pyconfig.h index c96c231a05f241..57d18e80f17129 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -690,4 +690,7 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */ /* Define to 1 if you have the `erfc' function. */ #define HAVE_ERFC 1 +/* framework name */ +#define PYTHONFRAMEWORK "" + #endif /* !Py_CONFIG_H */