mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
03cfa7365d
during the build of the Mac binary installer.
4 lines
97 B
Bash
Executable File
4 lines
97 B
Bash
Executable File
#! /bin/sh
|
|
set -v
|
|
python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
|