comparison Resources/Builders/MinGW32-Python2.7/docker-internal.sh @ 18:2ec8e4cb93d3

fix missing python in mingw32 builder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Apr 2020 11:00:44 +0200
parents 8ec973ae8d6c
children fd58eb5749ed
comparison
equal deleted inserted replaced
17:3848f5b1d993 18:2ec8e4cb93d3
9 9
10 mkdir /tmp/build 10 mkdir /tmp/build
11 cd /tmp/build 11 cd /tmp/build
12 12
13 wget http://orthanc.osimis.io/ThirdPartyDownloads/Python/python-2.7.17-win32.tar.bz2 13 wget http://orthanc.osimis.io/ThirdPartyDownloads/Python/python-2.7.17-win32.tar.bz2
14 tar xvfj python-2.7.17-win32.tar.bz2 14 tar xfj python-2.7.17-win32.tar.bz2
15 15
16 cmake /tmp/source-writeable/ \ 16 cmake /tmp/source-writeable/ \
17 -DCMAKE_BUILD_TYPE=$1 \ 17 -DCMAKE_BUILD_TYPE=$1 \
18 -DSTATIC_BUILD=ON \ 18 -DSTATIC_BUILD=ON \
19 -DPYTHON_VERSION=2.7 \ 19 -DPYTHON_VERSION=2.7 \