Changed the search path for pyexpat to include all of the expat folder.

This commit is contained in:
Jack Jansen 2000-12-29 16:07:30 +00:00
parent d31b6328e1
commit 52328165c5
1 changed files with 1 additions and 1 deletions

View File

@ -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"])