From d24677129e1ddc66c5b406bb777d5983e8d2f3fd Mon Sep 17 00:00:00 2001 From: Eliza Velasquez <4576666+elizagamedev@users.noreply.github.com> Date: Sun, 7 Oct 2018 18:25:19 +0000 Subject: [PATCH] Use bincrafters' sigc++ --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 496e9ec..255a1b5 100644 --- a/conanfile.py +++ b/conanfile.py @@ -21,7 +21,7 @@ class MkxpConan(ConanFile): "sdl2_image/2.0.3@bincrafters/stable", "sdl2_ttf/2.0.14@eliza/stable", "sdl_sound-mkxp/1.0.1@eliza/stable", - "sigc++/2.10.0@eliza/stable", + "sigc++/2.10.0@bincrafters/stable", ) options = { "platform": ["standalone", "steam"],