appveyor: Use a more recent version of boost
This commit is contained in:
parent
cde2d48eb9
commit
0830af2054
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue