Changed the search path for pyexpat to include all of the expat folder.
This commit is contained in:
parent
d31b6328e1
commit
52328165c5
|
@ -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…
Reference in New Issue