diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-12-29 16:07:30 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-12-29 16:07:30 (GMT) |
commit | 52328165c52d775d336968b40da9619f5f7f677a (patch) | |
tree | 6550b65ccd11f1a22d4ce49d1fa02186a329c78d /Mac/scripts/genpluginprojects.py | |
parent | d31b6328e180af4b10e2c942a1437d5b8cb2c2e6 (diff) | |
download | cpython-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.py | 2 |
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"]) |