summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/genpluginprojects.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-12-29 16:07:30 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-12-29 16:07:30 (GMT)
commit52328165c52d775d336968b40da9619f5f7f677a (patch)
tree6550b65ccd11f1a22d4ce49d1fa02186a329c78d /Mac/scripts/genpluginprojects.py
parentd31b6328e180af4b10e2c942a1437d5b8cb2c2e6 (diff)
downloadcpython-52328165c52d775d336968b40da9619f5f7f677a.zip
cpython-52328165c52d775d336968b40da9619f5f7f677a.tar.gz
cpython-52328165c52d775d336968b40da9619f5f7f677a.tar.bz2
Changed the search path for pyexpat to include all of the expat folder.
Diffstat (limited to 'Mac/scripts/genpluginprojects.py')
-rw-r--r--Mac/scripts/genpluginprojects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py
index f10f28a..5dbb4b3 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"])