mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Changed the search path for pyexpat to include all of the expat folder.
This commit is contained in:
parent
d31b6328e1
commit
52328165c5
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ def genallprojects():
|
|||
genpluginproject("pyexpat",
|
||||
sources=["pyexpat.c"],
|
||||
libraries=["libexpat.ppc.lib"],
|
||||
extradirs=["::::expat:mac"])
|
||||
extradirs=["::::expat:*"])
|
||||
genpluginproject("zlib",
|
||||
libraries=["zlib.ppc.Lib"],
|
||||
extradirs=["::::imglibs:zlib:mac", "::::imglibs:zlib"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue