use OpenPACE 1.1.1
This commit is contained in:
parent
344ac0abe6
commit
4912f05701
|
@ -63,7 +63,7 @@ export OBJCFLAGS=$CFLAGS
|
|||
|
||||
if ! test -e $BUILDPATH/openpace_bin/$PREFIX/lib/pkgconfig; then
|
||||
if ! test -e openpace; then
|
||||
git clone --depth=1 https://github.com/frankmorgner/openpace.git -b 1.1.0
|
||||
git clone --depth=1 https://github.com/frankmorgner/openpace.git -b 1.1.1
|
||||
fi
|
||||
cd openpace
|
||||
autoreconf -vis
|
||||
|
|
|
@ -12,7 +12,7 @@ environment:
|
|||
GH_TOKEN:
|
||||
secure: aLu3tFc7lRJbotnmnHLx/QruIHc5rLaGm1RttoEdy4QILlPXzVkCZ6loYMz0sfrY
|
||||
PATH: C:\cygwin\bin;%PATH%
|
||||
OPENPACE_VER: 1.1.0
|
||||
OPENPACE_VER: 1.1.1
|
||||
ZLIB_VER_DOT: 1.2.11
|
||||
matrix:
|
||||
# not compatible with OpenSSL 1.1.1:
|
||||
|
|
Loading…
Reference in New Issue