mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00

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?]
6 lines
284 B
Bash
Executable file
6 lines
284 B
Bash
Executable file
#! /bin/sh
|
|
set -v
|
|
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
|