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:
- git submodule update --init --recursive
- cd externals
- git clone https://github.com/citra-emu/ext-boost boost
- git clone https://github.com/MerryMage/ext-boost boost
- cd ..
before_build: