mirror of https://github.com/python/cpython
add the ctypes.test subpackage to a normal Unix installation --
otherwise, test/test_ctypes.py fails. What about ctypes.macholib?
This commit is contained in:
parent
12bec1b985
commit
efb6e752cf
|
@ -682,7 +682,8 @@ LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \
|
|||
test/decimaltestdata \
|
||||
encodings compiler hotshot \
|
||||
email email/mime email/test email/test/data \
|
||||
logging bsddb bsddb/test csv ctypes idlelib idlelib/Icons \
|
||||
logging bsddb bsddb/test csv \
|
||||
ctypes ctypes/test idlelib idlelib/Icons \
|
||||
distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
|
||||
curses $(MACHDEPS)
|
||||
libinstall: $(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR)
|
||||
|
|
Loading…
Reference in New Issue