From 0830af205418ef099a5cbd46011795f9c2fac06e Mon Sep 17 00:00:00 2001 From: MerryMage Date: Tue, 9 Jan 2018 19:12:20 +0000 Subject: [PATCH] appveyor: Use a more recent version of boost --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 08139f1c..d2d7263b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: