From 52328165c52d775d336968b40da9619f5f7f677a Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 29 Dec 2000 16:07:30 +0000 Subject: [PATCH] Changed the search path for pyexpat to include all of the expat folder. --- Mac/scripts/genpluginprojects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py index f10f28a5ccb..5dbb4b33786 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"])