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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52328165c52d775d336968b40da9619f5f7f677a;p=thirdparty%2FPython%2Fcpython.git 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 f10f28a5ccb6..5dbb4b337861 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"])