summaryrefslogtreecommitdiffstats
path: root/Lib/plat-generic
diff options
context:
space:
mode:
authordoko@python.org <doko@python.org>2013-01-25 17:45:12 (GMT)
committerdoko@python.org <doko@python.org>2013-01-25 17:45:12 (GMT)
commita10e4a9afbb95e74657455b6fb07a81fce948a3b (patch)
treeff125956eaa1a7b1b3db8f3f2a3b4e14f050ebb7 /Lib/plat-generic
parent1c90eed8a9a10b6b7eb5f791931cc86754d4028c (diff)
downloadcpython-a10e4a9afbb95e74657455b6fb07a81fce948a3b.zip
cpython-a10e4a9afbb95e74657455b6fb07a81fce948a3b.tar.gz
cpython-a10e4a9afbb95e74657455b6fb07a81fce948a3b.tar.bz2
- Issue #17031: Fix running regen in cross builds.
Diffstat (limited to 'Lib/plat-generic')
-rwxr-xr-xLib/plat-generic/regen2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-generic/regen b/Lib/plat-generic/regen
index a20cdc1..c96167d 100755
--- a/Lib/plat-generic/regen
+++ b/Lib/plat-generic/regen
@@ -1,3 +1,3 @@
#! /bin/sh
set -v
-python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
+eval $PYTHON_FOR_BUILD ../../Tools/scripts/h2py.py -i "'(u_long)'" /usr/include/netinet/in.h