We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049e98b commit e05afefCopy full SHA for e05afef
Makefile.pre.in
@@ -762,7 +762,7 @@ regen-abidump: all
762
@$(UPDATE_FILE) $(srcdir)/Doc/data/python$(LDVERSION).abi $(srcdir)/Doc/data/python$(LDVERSION).abi.new
763
764
check-abidump: all
765
- abidiff "libpython$(LDVERSION).so" $(srcdir)/Doc/data/python$(LDVERSION).abi --drop-private-types --no-architecture --no-added-syms
+ abidiff $(srcdir)/Doc/data/python$(LDVERSION).abi "libpython$(LDVERSION).so" --drop-private-types --no-architecture --no-added-syms
766
767
############################################################################
768
# Regenerate all generated files
0 commit comments