appveyor: Use a more recent version of boost

This commit is contained in:
MerryMage 2018-01-09 19:12:20 +00:00
parent cde2d48eb9
commit 0830af2054

View file

@ -15,7 +15,7 @@ configuration:
install: install:
- git submodule update --init --recursive - git submodule update --init --recursive
- cd externals - cd externals
- git clone https://github.com/citra-emu/ext-boost boost - git clone https://github.com/MerryMage/ext-boost boost
- cd .. - cd ..
before_build: before_build: