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 5c0fdf9 commit ccbc0caCopy full SHA for ccbc0ca
Makefile.pre.in
@@ -455,7 +455,7 @@ Modules/getbuildinfo.o: $(PARSER_OBJS) \
455
$(SIGNAL_OBJS) \
456
$(MODOBJS) \
457
$(srcdir)/Modules/getbuildinfo.c
458
- $(CC) -c $(PY_CFLAGS) -DSVNVERSION=\"`LANG=C $(SVNVERSION)`\" -o $@ $(srcdir)/Modules/getbuildinfo.c
+ $(CC) -c $(PY_CFLAGS) -DSVNVERSION="\"`LANG=C $(SVNVERSION)`\"" -o $@ $(srcdir)/Modules/getbuildinfo.c
459
460
Modules/getpath.o: $(srcdir)/Modules/getpath.c Makefile
461
$(CC) -c $(PY_CFLAGS) -DPYTHONPATH='"$(PYTHONPATH)"' \
0 commit comments