mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
- Issue #18257: Fix readlink usage in python-config. Install the python
version again on Darwin.
This commit is contained in:
parent
b2fcebb018
commit
0df35b0a57
4 changed files with 19 additions and 2 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#!@EXENAME@
|
||||
# -*- python -*-
|
||||
|
||||
# Keep this script in sync with python-config.sh.in
|
||||
|
||||
import getopt
|
||||
import os
|
||||
import sys
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue