From: Jack Jansen Date: Fri, 29 Dec 2000 16:07:30 +0000 (+0000) Subject: Changed the search path for pyexpat to include all of the expat folder. X-Git-Tag: v2.1a1~470 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52328165c52d775d336968b40da9619f5f7f677a;p=python Changed the search path for pyexpat to include all of the expat folder. --- diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py index f10f28a5cc..5dbb4b3378 100644 --- a/Mac/scripts/genpluginprojects.py +++ b/Mac/scripts/genpluginprojects.py @@ -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"])