mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Change how we fetch the sip version on Windows
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user