From 3e645f261ac09698736a4116c013f817047e2ff8 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Thu, 29 Jun 2017 00:41:53 +0900 Subject: [PATCH] bpo-29585: Fix Windows build failure --- PC/pyconfig.h | 3 +++ 1 file changed, 3 insertions(+) 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 */