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