From 7e452602fa7670e82e5f7e20c0f9213bd20d8eec Mon Sep 17 00:00:00 2001 From: bergwerkgis Date: Thu, 8 Oct 2015 09:28:36 +0000 Subject: [PATCH] build-local.bat, appveyor.yml: boost@1.59 --- appveyor.yml | 2 +- scripts/build-local.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b22754438..6566a9ab5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ environment: msvs_toolset: 14 - BOOST_VERSION: 58 + BOOST_VERSION: 59 FASTBUILD: 1 matrix: - platform: x64 diff --git a/scripts/build-local.bat b/scripts/build-local.bat index 240e70f4f..5d9affc7f 100644 --- a/scripts/build-local.bat +++ b/scripts/build-local.bat @@ -10,7 +10,7 @@ SET APPVEYOR=true SET LOCAL_BUILD_DONT_SKIP_TESTS=true SET MAPNIK_GIT=3.0.5 -SET BOOST_VERSION=58 +SET BOOST_VERSION=59 SET FASTBUILD=1 SET configuration=Release SET msvs_toolset=14