commit | d65e2bab3b438f883ef28245f51795b14a4c498f | [log] [tgz] |
---|---|---|
author | doko@python.org <doko@python.org> | Thu Jan 31 23:52:03 2013 +0100 |
committer | doko@python.org <doko@python.org> | Thu Jan 31 23:52:03 2013 +0100 |
tree | f9a237fb2be7cf175a68940f4210407842f0468a | |
parent | c5200b489de125088fdc445b5f5c97d7fb98cead [diff] [blame] |
- Issue #17086: Backport the patches from the 3.3 branch to cross-build the package.
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