mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
3 lines
111 B
Bash
Executable file
3 lines
111 B
Bash
Executable file
#! /bin/sh
|
|
set -v
|
|
eval $PYTHON_FOR_BUILD ../../Tools/scripts/h2py.py -i "'(u_long)'" /usr/include/netinet/in.h
|