mirror of
https://github.com/python/cpython.git
synced 2026-05-12 23:49:15 -04:00
4 lines
111 B
Bash
Executable File
4 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
|