summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-06-16 13:56:33 +0200
committerDavid Tardon <dtardon@redhat.com>2012-06-17 17:36:52 +0200
commit794e2e601fcbed83e6f886db14f3754b68ae0311 (patch)
treee7ccb00c36ba2c3ddbdef0b4ce322f73b10ba610 /config_host.mk.in
parent62cab9f5d3852b5baf7fcffb513e7c3e45b191bb (diff)
(incomplete) attempt to build internal python with MinGW
Change-Id: I39c880e8615b164a66eb900c11b26da9d6489e02
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 83ef20410cc9..ecc304292d82 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -424,6 +424,7 @@ export PTHREAD_CFLAGS=@PTHREAD_CFLAGS@
export PTHREAD_LIBS=@PTHREAD_LIBS@
export PYTHON=@PYTHON@
export PYTHON_CFLAGS=@PYTHON_CFLAGS@
+export PYTHON_FOR_BUILD=@PYTHON_FOR_BUILD@
export PYTHON_LIBS=@PYTHON_LIBS@
export RANLIB=@RANLIB@
export REDLAND_CFLAGS=@REDLAND_CFLAGS@