From e257eac192886a5add40c53993c3dfb3742d1832 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 17 Jan 2010 06:59:04 +0100 Subject: [PATCH] Python: - ugly hack to fix some issues with crosscompile --- packages/lang/Python/build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/lang/Python/build b/packages/lang/Python/build index bd3b4df29f..58f6127216 100755 --- a/packages/lang/Python/build +++ b/packages/lang/Python/build @@ -89,3 +89,6 @@ make CC=$TARGET_CC \ $STRIP python $ROOT/$TOOLCHAIN/bin/python -Wi -t Lib/compileall.py -f -x test ./Lib + +# ugly hack to fix some issues with crosscompile: + cp pyconfig.h $ROOT/$TOOLCHAIN/include/python*/