build-local.bat, appveyor.yml: boost@1.59
This commit is contained in:
parent
f7b125c90f
commit
7e452602fa
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
environment:
|
environment:
|
||||||
msvs_toolset: 14
|
msvs_toolset: 14
|
||||||
BOOST_VERSION: 58
|
BOOST_VERSION: 59
|
||||||
FASTBUILD: 1
|
FASTBUILD: 1
|
||||||
matrix:
|
matrix:
|
||||||
- platform: x64
|
- platform: x64
|
||||||
|
|
|
@ -10,7 +10,7 @@ SET APPVEYOR=true
|
||||||
SET LOCAL_BUILD_DONT_SKIP_TESTS=true
|
SET LOCAL_BUILD_DONT_SKIP_TESTS=true
|
||||||
|
|
||||||
SET MAPNIK_GIT=3.0.5
|
SET MAPNIK_GIT=3.0.5
|
||||||
SET BOOST_VERSION=58
|
SET BOOST_VERSION=59
|
||||||
SET FASTBUILD=1
|
SET FASTBUILD=1
|
||||||
SET configuration=Release
|
SET configuration=Release
|
||||||
SET msvs_toolset=14
|
SET msvs_toolset=14
|
||||||
|
|
Loading…
Reference in a new issue