Commit b093c1a6 authored by Jack Jansen's avatar Jack Jansen

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

parent 387ecaec
......@@ -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"])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment