diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2013-08-01 13:32:49 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2013-08-01 13:32:49 (GMT) |
commit | 0df35b0a57fef5276c09e92da9ea7aaf77476f61 (patch) | |
tree | 6762b20731fdcd090f077eb1a48b04d12cef9ce5 /Misc/python-config.in | |
parent | b2fcebb018740eb69f083e0d98abe0c23dc0e026 (diff) | |
download | cpython-0df35b0a57fef5276c09e92da9ea7aaf77476f61.zip cpython-0df35b0a57fef5276c09e92da9ea7aaf77476f61.tar.gz cpython-0df35b0a57fef5276c09e92da9ea7aaf77476f61.tar.bz2 |
- Issue #18257: Fix readlink usage in python-config. Install the python
version again on Darwin.
Diffstat (limited to 'Misc/python-config.in')
-rw-r--r-- | Misc/python-config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/python-config.in b/Misc/python-config.in index ac3a2c7..0b9b5dc 100644 --- a/Misc/python-config.in +++ b/Misc/python-config.in @@ -1,6 +1,8 @@ #!@EXENAME@ # -*- python -*- +# Keep this script in sync with python-config.sh.in + import getopt import os import sys |