mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Use python$EXE instead of python, for Darwin. (Patch by Tony
Lownds. (#101816) [Note: I'm not sure that this is really the right fix. Surely Darwin doesn't require you to say "python.exe" everywhere??? Even Windows doesn't! Or am I misunderstanding the point?]
This commit is contained in:
parent
fdddb31f59
commit
95d53d2bf5
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
set -v
|
||||
python ../../Tools/scripts/h2py.py /usr/include/fcntl.h
|
||||
python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
|
||||
python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
|
||||
python ../../Tools/scripts/h2py.py /usr/include/termios.h
|
||||
python$EXE ../../Tools/scripts/h2py.py /usr/include/fcntl.h
|
||||
python$EXE ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
|
||||
python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
|
||||
python$EXE ../../Tools/scripts/h2py.py /usr/include/termios.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue