From 4eac7d6d27673de348e9a53583d50c42d2e47674 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 25 May 2017 11:56:39 -0700 Subject: [PATCH] Change how we fetch the sip version on Windows --- bin/build-sip-msw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-sip-msw b/bin/build-sip-msw index f7da5bb7..7700bfe3 100644 --- a/bin/build-sip-msw +++ b/bin/build-sip-msw @@ -20,7 +20,7 @@ fi MYBINDIR=$(dirname $(readlink -f $0)) cd /c/projects/sip/sip -SIPVER=`$PYTHON configure.py --version | grep -v "This is SIP"` +SIPVER=$($PYTHON -c "import sys,configure; sys.stdout.write(configure.sip_version_str);") $PYTHON configure.py \ --sip-module wx.siplib \