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 d46ae14 commit acd58efCopy full SHA for acd58ef
2 files changed
src/Make_cyg_ming.mak
@@ -264,7 +264,7 @@ ifndef DYNAMIC_PYTHON3_DLL
264
DYNAMIC_PYTHON3_DLL=python$(PYTHON3_VER).dll
265
endif
266
ifdef PYTHON3_HOME
267
-PYTHON3_HOME_DEF=-DPYTHON3_HOME=\"$(PYTHON3_HOME)\"
+PYTHON3_HOME_DEF=-DPYTHON3_HOME=L\"$(PYTHON3_HOME)\"
268
269
270
ifeq (no,$(DYNAMIC_PYTHON3))
src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
747
748
static int included_patches[] =
749
{ /* Add new patch number below this line */
750
+/**/
751
+ 1332,
752
/**/
753
1331,
754
0 commit comments