Commit 95d53d2b authored by Guido van Rossum's avatar Guido van Rossum

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?]
parent fdddb31f
#! /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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment