]> granicus.if.org Git - python/commitdiff
Changed the search path for pyexpat to include all of the expat folder.
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 29 Dec 2000 16:07:30 +0000 (16:07 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 29 Dec 2000 16:07:30 +0000 (16:07 +0000)
Mac/scripts/genpluginprojects.py

index f10f28a5ccb6a4aee05ca66f17c7f5dee7498a49..5dbb4b3378619ed18dce22e4e6e46301c6587ded 100644 (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"])