mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 14:56:17 +00:00
Use bincrafters' sigc++
This commit is contained in:
parent
0773b52aae
commit
d24677129e
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class MkxpConan(ConanFile):
|
||||||
"sdl2_image/2.0.3@bincrafters/stable",
|
"sdl2_image/2.0.3@bincrafters/stable",
|
||||||
"sdl2_ttf/2.0.14@eliza/stable",
|
"sdl2_ttf/2.0.14@eliza/stable",
|
||||||
"sdl_sound-mkxp/1.0.1@eliza/stable",
|
"sdl_sound-mkxp/1.0.1@eliza/stable",
|
||||||
"sigc++/2.10.0@eliza/stable",
|
"sigc++/2.10.0@bincrafters/stable",
|
||||||
)
|
)
|
||||||
options = {
|
options = {
|
||||||
"platform": ["standalone", "steam"],
|
"platform": ["standalone", "steam"],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue