Skip to content

Commit

Permalink
Merge pull request #32 from AnotherFoxGuy/fix-build
Browse files Browse the repository at this point in the history
⬆️ Updated dependencies
  • Loading branch information
cryham authored Sep 26, 2024
2 parents af23dff + e734394 commit 2e18ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ def layout(self):
self.folders.generators = os.path.join(self.folders.build, "generators")

def requirements(self):
self.requires("ogre3d-next/2024.01@anotherfoxguy/stable", force=True)
self.requires("ogre3d-next/2024.09@anotherfoxguy/stable", force=True)
self.requires("mygui-next/2024.01@anotherfoxguy/stable")

if not self.options.system_pkgs:
self.requires("boost/1.83.0")
self.requires("bullet3/3.25@anotherfoxguy/patched")
self.requires("sdl/2.28.5")
self.requires("sdl/2.30.7")
self.requires("ogg/1.3.5")
self.requires("vorbis/1.3.7")
self.requires("openal-soft/1.22.2@anotherfoxguy/patched")
Expand Down

0 comments on commit 2e18ca9

Please sign in to comment.